public class AssetAuditHeader extends Object implements Serializable
| Constructor and Description |
|---|
AssetAuditHeader()
Default constructor
|
AssetAuditHeader(AssetAuditHeader template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getCreatedBy()
Return the name of the user that created this instance.
|
Date |
getCreateTime()
Return the date/time that this instance was created.
|
List<String> |
getMaintainedBy()
Return the list of users responsible for maintaining this instance.
|
String |
getUpdatedBy()
Return the name of the user that last updated this instance.
|
Date |
getUpdateTime()
Return what was the late time this instance was updated.
|
long |
getVersion()
Return the version number for this instance.
|
int |
hashCode()
Return has code based on properties.
|
void |
setCreatedBy(String createdBy)
Set up the name of the user that created this instance.
|
void |
setCreateTime(Date createTime)
Set up the time that this instance was created.
|
void |
setMaintainedBy(List<String> maintainedBy)
Set up the list of users responsible for maintaining this instance.
|
void |
setUpdatedBy(String updatedBy)
Set up the name of the user that last updated this instance.
|
void |
setUpdateTime(Date updateTime)
Set up the last update time for this instance.
|
void |
setVersion(long version)
Set up the version number for this instance.
|
String |
toString()
Standard toString method.
|
public AssetAuditHeader()
public AssetAuditHeader(AssetAuditHeader template)
template - object to copypublic String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - String user namepublic String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
updatedBy - String user namepublic List<String> getMaintainedBy()
public void setMaintainedBy(List<String> maintainedBy)
maintainedBy - list of user identifierspublic Date getCreateTime()
public void setCreateTime(Date createTime)
createTime - Date/Time of creationpublic Date getUpdateTime()
public void setUpdateTime(Date updateTime)
updateTime - Date/Time last updatedpublic long getVersion()
public void setVersion(long version)
version - Long version numberpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.