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
|
Date |
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
|
Date |
getUpdateTime()
The time at which this object was last updated.
|
Long |
getVersion()
version of the object.
|
void |
setCreatedBy(String createdBy) |
void |
setCreateTime(Date createTime) |
void |
setGUID(String GUID) |
void |
setStatus(Status status) |
void |
setUpdatedBy(String updatedBy) |
void |
setUpdateTime(Date updateTime) |
void |
setVersion(Long version) |
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 Date getCreateTime()
public void setCreateTime(Date createTime)
public Date getUpdateTime()
public void setUpdateTime(Date updateTime)
public Long getVersion()
public void setVersion(Long version)
Copyright © 2018 ODPi. All rights reserved.