public class TlfTemplate extends AbstractRevisionable
REVISION_ATTRIBUTE
Constructor and Description |
---|
TlfTemplate(String id,
String name,
long revision,
String description,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
long tlfRevision)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getCreated()
Gets the date on which the TLF template was created.
|
String |
getCreatedBy()
Gets the userId of the user who created the TLF template.
|
String |
getDescription()
Gets the description of the TLF template.
|
Date |
getLastModified()
Gets the date on which the TLF template was last modified.
|
String |
getLastModifiedBy()
Gets the userId of the user who last modified the TLF template.
|
String |
getName()
Gets the name of the TLF template.
|
long |
getTlfRevision()
Gets the internal revision number of the TLFs in the TLF template.
|
int |
hashCode() |
String |
toString() |
getRevision
getId, getTypeId
public TlfTemplate(String id, String name, long revision, String description, String createdBy, Date created, String lastModifiedBy, Date lastModified, long tlfRevision)
id
- The unique identifier of the TLF template.name
- The name of the TLF template.revision
- The internal revision number for the TLF template.description
- The description of the TLF template.createdBy
- The user who created the TLF template.created
- The date on which the TLF template was created.lastModifiedBy
- The user who last modified the TLF template.lastModified
- The date on which the TLF template was last modified.tlfRevision
- The internal revision number for the TLFs within the template.public String getName()
public String getDescription()
public String getCreatedBy()
public Date getCreated()
public String getLastModifiedBy()
public Date getLastModified()
public long getTlfRevision()
public int hashCode()
hashCode
in class AbstractRevisionable
public boolean equals(Object obj)
equals
in class AbstractRevisionable
public String toString()
toString
in class AbstractRevisionable
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>