com.firedrum.model
Class Object

java.lang.Object
  extended by com.firedrum.model.Object
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Category, CustomFieldDef, Member, MemberCategory, MemberCustomField

public abstract class Object
extends java.lang.Object
implements java.io.Serializable

Author:
rnmixon
See Also:
Serialized Form

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

Object

public Object()
Method Detail

getId

public java.lang.Long getId()
Unique internal identifier for the object.

Note: Only for diagnostic image, for correlating Web Services objects back to FireDrum internal objects.

Returns:
the id

setId

public void setId(java.lang.Long id)
Parameters:
id - the id to set

getClientId

public java.lang.Long getClientId()
Client the member belongs to.

Note: Only for diagnostic image, for correlating Web Services objects back to FireDrum internal objects.

Returns:
the clientId

setClientId

public void setClientId(java.lang.Long clientId)
Parameters:
clientId - the clientId to set

getClientBusinessName

public java.lang.String getClientBusinessName()
Client's business name.

Returns:
the clientBusinessName

setClientBusinessName

public void setClientBusinessName(java.lang.String clientBusinessName)
Parameters:
clientBusinessName - the clientBusinessName to set


Copyright © 2007 Firedrum Internet Marketing. All Rights Reserved.