public class CiAttributes
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CiAttributes(java.lang.String createdBy,
org.joda.time.DateTime createdAt,
java.lang.String lastModifiedBy,
org.joda.time.DateTime lastModifiedAt)
Constructs a CiAttributes object with the given parameters
|
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
getCreatedAt()
The original creation date of this CI
|
java.lang.String |
getCreatedBy()
Get the name of the user that originally created this CI
|
org.joda.time.DateTime |
getLastModifiedAt()
Get the last modification date for this CI
|
java.lang.String |
getLastModifiedBy()
Get the name of the user that last modified something about this CI
|
public CiAttributes(java.lang.String createdBy, org.joda.time.DateTime createdAt, java.lang.String lastModifiedBy, org.joda.time.DateTime lastModifiedAt)
createdBy
- - the original creator of the CIcreatedAt
- - the creation date of the CIlastModifiedBy
- - the user that last modified the CIlastModifiedAt
- - the last modification date for the CIpublic java.lang.String getCreatedBy()
public org.joda.time.DateTime getCreatedAt()
public java.lang.String getLastModifiedBy()
public org.joda.time.DateTime getLastModifiedAt()