public class Notice
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
-
Notice
public Notice(String message,
long creationTime)
-
Notice
public Notice(String message,
long creationTime,
long changeTime)
-
Method Details
-
-
getCreationTime
public long getCreationTime()
-
getChangeTime
public long getChangeTime()
-
-
-