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,
java.lang.Integer scmTraceabilityDataId)
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
|
java.lang.Integer |
getScmTraceabilityDataId()
Get the id of scm traceability data
|
void |
setScmTraceabilityDataId(java.lang.Integer scmTraceabilityDataId)
Set the id of scm traceability data
|
public CiAttributes(java.lang.String createdBy,
org.joda.time.DateTime createdAt,
java.lang.String lastModifiedBy,
org.joda.time.DateTime lastModifiedAt,
java.lang.Integer scmTraceabilityDataId)
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 CIscmTraceabilityDataId - - id of scm traceability datapublic java.lang.String getCreatedBy()
public org.joda.time.DateTime getCreatedAt()
public java.lang.String getLastModifiedBy()
public org.joda.time.DateTime getLastModifiedAt()
public java.lang.Integer getScmTraceabilityDataId()
public void setScmTraceabilityDataId(java.lang.Integer scmTraceabilityDataId)
scmTraceabilityDataId - new data id