com.metamatrix.admin.objects
Class MMSystem
java.lang.Object
com.metamatrix.admin.objects.MMAdminObject
com.metamatrix.admin.objects.MMSystem
- All Implemented Interfaces:
- SystemObject, java.io.Serializable, AdminObject
public class MMSystem
- extends MMAdminObject
- implements SystemObject
Dataholder for information about the system at-large
- See Also:
- Serialized Form
Constructor Summary |
MMSystem()
Construct a new MMSystem object |
Methods inherited from class com.metamatrix.admin.objects.MMAdminObject |
buildIdentifier, buildIdentifierArray, buildIdentifierList, getCreated, getCreatedBy, getCreatedDate, getIdentifier, getIdentifierArray, getLastChangedBy, getLastChangedDate, getLastUpdated, getLastUpdatedBy, getName, getNameFromIdentifier, getParentName, getProperties, getPropertiesAsString, getPropertyValue, getProps, isEnabled, isRegistered, setCreated, setCreatedBy, setEnabled, setIdentifier, setLastUpdated, setLastUpdatedBy, setProperties, setRegistered |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MMSystem
public MMSystem()
- Construct a new MMSystem object
- Since:
- 4.3
isStarted
public boolean isStarted()
- Specified by:
isStarted
in interface SystemObject
- Returns:
- Returns whether the system is started.
- Since:
- 4.3
setStarted
public void setStarted(boolean isStarted)
- Parameters:
isStarted
- whether the system is started.- Since:
- 4.3
getStartTime
public java.util.Date getStartTime()
- Specified by:
getStartTime
in interface SystemObject
- Returns:
- Returns the startTime.
- Since:
- 4.3
setStartTime
public void setStartTime(java.util.Date startTime)
- Parameters:
startTime
- The startTime to set.- Since:
- 4.3
getStartDateAsString
public java.lang.String getStartDateAsString()
- Get The Start Date as a String
- Returns:
- String
- Since:
- 4.3
toString
public java.lang.String toString()
- Description copied from class:
MMAdminObject
- Get MetaMatrix Object as a String
- Specified by:
toString
in class MMAdminObject
- See Also:
Object.toString()
Copyright © 2009. All Rights Reserved.