|
Clearspace API (1.10.16) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.JiveObject
public class JiveObject
Super-class of other jive webservice objects. Contains the unique id of the object and its type.
| Field Summary | |
|---|---|
protected long |
id
|
protected int |
objectType
|
| Constructor Summary | |
|---|---|
JiveObject()
Create a new instance of this object. |
|
JiveObject(long id,
int objectType)
Create a new instance of this object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
long |
getID()
Retrieve the unique identifier for the jive object, or -1 if the object hasn't yet been added/inserted into the system. |
int |
getObjectType()
Return the object type of the jive object. |
int |
hashCode()
|
void |
setID(long ID)
Set the unique id of this object. |
void |
setObjectType(int objectType)
Sets the object type of the jive object. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected long id
protected int objectType
| Constructor Detail |
|---|
public JiveObject(long id,
int objectType)
id - the unique identifier for the jive object.objectType - the object type of the jive object.public JiveObject()
| Method Detail |
|---|
public long getID()
public void setID(long ID)
ID - the unique id of this object.public int getObjectType()
public void setObjectType(int objectType)
objectType - the object type of the jive object.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||