public class AdministrationClientOrg
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AdministrationClientOrg() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getClientId() |
java.lang.String |
getClientName()
Gets the client's name
|
java.lang.String |
getClientReferenceId()
Gets the client's Reference Id.
|
java.lang.String |
getTimeZoneCode()
Gets the client's local timezone code
|
boolean |
isDefaultOrg()
Returns true if this is the default (primary) organisation
|
void |
setClientId(java.lang.Integer clientId) |
void |
setClientName(java.lang.String clientName)
Sets the client's name
|
void |
setClientReferenceId(java.lang.String clientReferenceId)
Sets the client's Reference Id.
|
void |
setDefaultOrg(boolean defaultOrg)
Sets whether this is the default (primary) organisation
|
void |
setTimeZoneCode(java.lang.String timeZoneCode)
Sets the client's timezone code
|
public java.lang.String getClientName()
public void setClientName(java.lang.String clientName)
clientName - public java.lang.String getClientReferenceId()
public void setClientReferenceId(java.lang.String clientReferenceId)
clientReferenceId - public java.lang.String getTimeZoneCode()
public void setTimeZoneCode(java.lang.String timeZoneCode)
timeZoneCode - public boolean isDefaultOrg()
public void setDefaultOrg(boolean defaultOrg)
defaultOrg - public java.lang.Integer getClientId()
public void setClientId(java.lang.Integer clientId)