public class SystemAttributes extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID |
| Constructor and Description |
|---|
SystemAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy()
User who created this object
|
Long |
getCreateTime()
The time at which this object was created.
|
String |
getGUID() |
Status |
getStatus()
Status indicates the status of the object - the values are specified in the Status enumeration
|
String |
getUpdatedBy()
User who last updated this object
|
Long |
getUpdateTime()
The time at which this object was last updated.
|
Long |
getVersion()
version of the object.
|
void |
setCreatedBy(String createdBy) |
void |
setCreateTime(Long createTime) |
void |
setGUID(String GUID) |
void |
setStatus(Status status) |
void |
setUpdatedBy(String updatedBy) |
void |
setUpdateTime(Long updateTime)
Update the time at which this object was last updated in milliseconds since epoch
|
void |
setVersion(Long version) |
StringBuilder |
toString(StringBuilder sb) |
protected static final long serialVersionUID
public String getGUID()
public void setGUID(String GUID)
public Status getStatus()
public void setStatus(Status status)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public Long getUpdateTime()
public void setUpdateTime(Long updateTime)
public Long getVersion()
public void setVersion(Long version)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.