|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.admin.objects.MMAdminObject
com.metamatrix.admin.objects.MMSystem
public class MMSystem
Dataholder for information about the system at-large
Field Summary |
---|
Fields inherited from interface com.metamatrix.admin.api.objects.AdminObject |
---|
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD |
Constructor Summary | |
---|---|
MMSystem()
Construct a new MMSystem object |
Method Summary | |
---|---|
java.lang.String |
getStartDateAsString()
Get The Start Date as a String |
java.util.Date |
getStartTime()
|
boolean |
isStarted()
|
void |
setStarted(boolean isStarted)
|
void |
setStartTime(java.util.Date startTime)
|
java.lang.String |
toString()
Get MetaMatrix Object as a String |
Methods inherited from class com.metamatrix.admin.objects.MMAdminObject |
---|
buildIdentifier, buildIdentifierArray, buildIdentifierList, getCreated, getCreatedBy, getCreatedDate, getIdentifier, getIdentifierArray, getLastChangedBy, getLastChangedDate, getLastUpdated, getLastUpdatedBy, getName, getNameFromIdentifier, getObjectType, getParentName, getProperties, getPropertiesAsString, getPropertyValue, getProps, isDeployed, isEnabled, isRegistered, setCreated, setCreatedBy, setDeployed, setEnabled, setIdentifier, setLastUpdated, setLastUpdatedBy, setProperties, setRegistered |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.metamatrix.admin.api.objects.AdminObject |
---|
getIdentifier, getName, getProperties, getPropertyValue |
Constructor Detail |
---|
public MMSystem()
Method Detail |
---|
public boolean isStarted()
isStarted
in interface SystemObject
public void setStarted(boolean isStarted)
isStarted
- whether the system is started.public java.util.Date getStartTime()
getStartTime
in interface SystemObject
public void setStartTime(java.util.Date startTime)
startTime
- The startTime to set.public java.lang.String getStartDateAsString()
public java.lang.String toString()
MMAdminObject
toString
in class MMAdminObject
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |