|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.applicationblocks.com.CfgBase
com.genesyslab.platform.applicationblocks.com.CfgObject
com.genesyslab.platform.applicationblocks.com.objects.CfgPersonLastLogin
public class CfgPersonLastLogin
Field Summary | |
---|---|
static CfgObjectType |
OBJECT_TYPE
|
Constructor Summary | |
---|---|
CfgPersonLastLogin(IConfService confService)
This constructor is intended for creation of detached objects. |
|
CfgPersonLastLogin(IConfService confService,
ConfObject objData,
boolean isSaved,
java.lang.Object[] additionalParameters)
This constructor is intended for creation of objects from configuration protocol messages. |
|
CfgPersonLastLogin(IConfService confService,
org.w3c.dom.Node xmlData,
java.lang.Object[] additionalParameters)
This constructor is intended for creation of objects from configuration protocol messages. |
Method Summary | |
---|---|
CfgApplication |
getApplication()
|
java.lang.Integer |
getApplicationDBID()
Retrieves the dbid of the object that is being linked to by the Application property. |
java.lang.Integer |
getDBID()
An identifier of this object in the Configuration Database. |
java.lang.String |
getHostName()
|
java.lang.Integer |
getLastLoginTime()
|
CfgPerson |
getPerson()
|
java.lang.Integer |
getPersonDBID()
Retrieves the dbid of the object that is being linked to by the Person property. |
void |
save()
Synchronizes changes in the class with Configuration Server. |
void |
setApplication(CfgApplication value)
|
void |
setApplicationDBID(int dbid)
|
void |
setDBID(java.lang.Integer value)
An identifier of this object in the Configuration Database. |
void |
setHostName(java.lang.String value)
|
void |
setLastLoginTime(java.lang.Integer value)
|
void |
setPerson(CfgPerson value)
|
void |
setPersonDBID(int dbid)
|
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgObject |
---|
clone, delete, doSetFolderId, ensureDataBackup, getFolderId, getObjectDbid, getObjectPath, getObjectType, refresh, reloadObjectWithNewData, reloadObjectWithNewData, removeAccount, resetDataBackup, retrieveAccountPermissions, retrieveACL, retrievePermissions, setAccountPermissions, setAccountPermissions, setFolderId, update, updateACL |
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgBase |
---|
equals, flushChildrenContent, getConfigurationService, getData, getEndpoint, getLinkListCollection, getLinkValue, getLogger, getMetaData, getParent, getProperty, getProperty, getProperty, getRawObjectData, hashCode, initStruct, isSaved, lockObject, resolveLink, setProperty, toString, toStringProperties, toXml, updateChildrenSavedState |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.genesyslab.platform.applicationblocks.com.ICfgBase |
---|
getEndpoint, getProperty, getRawObjectData, setProperty, toXml |
Field Detail |
---|
public static final CfgObjectType OBJECT_TYPE
Constructor Detail |
---|
public CfgPersonLastLogin(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
confService
- configuration service instanceobjData
- configuration protocol object data structureisSaved
- indicator of the object saved stateadditionalParameters
- additional parameters from configuration protocol messagepublic CfgPersonLastLogin(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
confService
- configuration service instancexmlData
- XML object containing object dataadditionalParameters
- additional parameters from configuration protocol messagepublic CfgPersonLastLogin(IConfService confService)
confService
- configuration service instanceMethod Detail |
---|
public void save() throws ConfigException
save
in interface ICfgObject
save
in class CfgObject
ConfigException
- in case of protocol level exception, data transformation,
or server side constraintspublic final java.lang.Integer getDBID()
public final void setDBID(java.lang.Integer value)
value
- new property valuegetDBID()
public final CfgPerson getPerson()
public final void setPerson(CfgPerson value)
public final void setPersonDBID(int dbid)
public final java.lang.Integer getPersonDBID()
public final java.lang.Integer getLastLoginTime()
public final void setLastLoginTime(java.lang.Integer value)
public final CfgApplication getApplication()
public final void setApplication(CfgApplication value)
public final void setApplicationDBID(int dbid)
public final java.lang.Integer getApplicationDBID()
public final java.lang.String getHostName()
public final void setHostName(java.lang.String value)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |