public class SysId extends CloneableDataObject implements SystemDataObject
Title: Structured Data Objects
Description: An object that contains the system id of the repository.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
SysId(java.lang.String creator) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreator() |
java.lang.String |
getId() |
java.lang.String |
getLastModified() |
java.lang.String |
getOSName() |
java.lang.String |
getOSVersion() |
long |
getPid() |
java.util.Date |
getTimestamp()
Returns a timestamp of when this object was created or last modified.
|
void |
setId(java.lang.String id) |
void |
setLastModified(long lastModified) |
void |
touch()
Alters the timestamp of the object to reflect the exact time this object was
last touched.
|
clone, getSerialVersionUID
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSerialVersionUID
clone
public java.lang.String getOSName()
public java.lang.String getOSVersion()
public long getPid()
public java.lang.String getCreator()
public java.lang.String getLastModified()
public void setLastModified(long lastModified)
public java.lang.String getId()
public void setId(java.lang.String id)
public java.util.Date getTimestamp()
SystemDataObject
getTimestamp
in interface SystemDataObject
public void touch()
SystemDataObject
touch
in interface SystemDataObject
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.