global class Topic {
|
global Topic() { }
|
global Object clone() { }
|
global String getCreator() { }
|
global Integer getLastSet() { }
|
global String getValue() { }
|
global void setCreator(String creator) { }
|
global void setLastSet(Integer lastSet) { }
|
global void setValue(String value) { }
|
global String toString() { }
|
|
}
|