|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.firedrum.model.Object
public abstract class Object
| Constructor Summary | |
|---|---|
Object()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClientBusinessName()
Client's business name. |
java.lang.Long |
getClientId()
Client the member belongs to. |
java.lang.Long |
getId()
Unique internal identifier for the object. |
void |
setClientBusinessName(java.lang.String clientBusinessName)
|
void |
setClientId(java.lang.Long clientId)
|
void |
setId(java.lang.Long id)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Object()
| Method Detail |
|---|
public java.lang.Long getId()
Note: Only for diagnostic image, for correlating Web Services objects back to FireDrum internal objects.
public void setId(java.lang.Long id)
id - the id to setpublic java.lang.Long getClientId()
Note: Only for diagnostic image, for correlating Web Services objects back to FireDrum internal objects.
public void setClientId(java.lang.Long clientId)
clientId - the clientId to setpublic java.lang.String getClientBusinessName()
public void setClientBusinessName(java.lang.String clientBusinessName)
clientBusinessName - the clientBusinessName to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||