|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.firedrum.webservice.types.Object
public abstract class Object
Firedrum base object for all FWSAPI domain objects.
All Firedrum web services types inherit from this object.
The following schema fragment specifies the expected content contained within this class.
<complexType name="object">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="clientBusinessName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="clientId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
clientBusinessName
|
protected java.lang.Long |
clientId
|
protected java.lang.Long |
id
|
| Constructor Summary | |
|---|---|
Object()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClientBusinessName()
Gets the value of the Firedrum Client clientBusinessName property. |
java.lang.Long |
getClientId()
Gets the value of the Firedrum Client clientId property. |
java.lang.Long |
getId()
Gets the value of the Firedrum object id property. |
void |
setClientBusinessName(java.lang.String value)
Sets the value of the Firedrum Client clientBusinessName property. |
void |
setClientId(java.lang.Long value)
Sets the value of the Firedrum Client clientId property. |
void |
setId(java.lang.Long value)
Sets the value of the Firedrum object id property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String clientBusinessName
protected java.lang.Long clientId
protected java.lang.Long id
| Constructor Detail |
|---|
public Object()
| Method Detail |
|---|
public java.lang.String getClientBusinessName()
Stringpublic void setClientBusinessName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getClientId()
This is an internal identifier used within the Firedrum software. Typically only the clientBusinessName is required in order to identify a client.
Longpublic void setClientId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getId()
Longpublic void setId(java.lang.Long value)
value - allowed object is
Long
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||