com.firedrum.webservice.types
Class Object

java.lang.Object
  extended by com.firedrum.webservice.types.Object
Direct Known Subclasses:
Category, CustomFieldDef, Member, MemberCategory, MemberCustomField

public abstract class Object
extends java.lang.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

clientBusinessName

protected java.lang.String clientBusinessName

clientId

protected java.lang.Long clientId

id

protected java.lang.Long id
Constructor Detail

Object

public Object()
Method Detail

getClientBusinessName

public java.lang.String getClientBusinessName()
Gets the value of the Firedrum Client clientBusinessName property.

Returns:
possible object is String

setClientBusinessName

public void setClientBusinessName(java.lang.String value)
Sets the value of the Firedrum Client clientBusinessName property.

Parameters:
value - allowed object is String

getClientId

public java.lang.Long getClientId()
Gets the value of the Firedrum Client clientId property.

This is an internal identifier used within the Firedrum software. Typically only the clientBusinessName is required in order to identify a client.

Returns:
possible object is Long

setClientId

public void setClientId(java.lang.Long value)
Sets the value of the Firedrum Client clientId property.

Parameters:
value - allowed object is Long

getId

public java.lang.Long getId()
Gets the value of the Firedrum object id property.

Returns:
possible object is Long

setId

public void setId(java.lang.Long value)
Sets the value of the Firedrum object id property.

Parameters:
value - allowed object is Long


Copyright © 2007 Firedrum Internet Marketing. All Rights Reserved.