public class BasicAttributesImpl extends Object implements BasicAttributes, Serializable
| Constructor and Description |
|---|
BasicAttributesImpl()
Default constructor.
|
BasicAttributesImpl(BasicAttributes other)
A Copy constructor.
|
BasicAttributesImpl(String creator,
String owner,
String modifier,
long createDate,
long modDate,
long accessDate)
Fill in the blanks constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getAccessDate()
Get the access date.
|
long |
getCreateDate()
Get the create date.
|
String |
getCreator()
Get the creator.
|
String |
getLastModifier()
Get the last modifier.
|
long |
getModDate()
Get the modification date.
|
String |
getOwner()
Get the owner.
|
void |
setAccessDate(long accessDate)
Set the access date.
|
void |
setCreateDate(long createDate)
Set the create date.
|
void |
setCreator(String creator)
Set the creator.
|
void |
setLastModifier(String lastModifier)
Set the last modifier.
|
void |
setModDate(long modDate)
Set the modification date.
|
void |
setOwner(String owner)
Set the owner.
|
public BasicAttributesImpl()
public BasicAttributesImpl(BasicAttributes other)
other - public void setCreator(String creator)
setCreator in interface BasicAttributescreator - public String getCreator()
getCreator in interface BasicAttributespublic void setOwner(String owner)
setOwner in interface BasicAttributesowner - public String getOwner()
getOwner in interface BasicAttributespublic void setLastModifier(String lastModifier)
setLastModifier in interface BasicAttributeslastModifier - public String getLastModifier()
getLastModifier in interface BasicAttributespublic void setCreateDate(long createDate)
setCreateDate in interface BasicAttributescreateDate - public long getCreateDate()
getCreateDate in interface BasicAttributespublic void setModDate(long modDate)
setModDate in interface BasicAttributesmodDate - public long getModDate()
getModDate in interface BasicAttributespublic void setAccessDate(long accessDate)
setAccessDate in interface BasicAttributesaccessDate - public long getAccessDate()
getAccessDate in interface BasicAttributesCopyright © 2005–2014 Alfresco Software. All rights reserved.