org.alfresco.repo.avm
Class BasicAttributesImpl

java.lang.Object
  extended by org.alfresco.repo.avm.BasicAttributesImpl
All Implemented Interfaces:
java.io.Serializable, BasicAttributes

public class BasicAttributesImpl
extends java.lang.Object
implements BasicAttributes, java.io.Serializable

Implementation of the BasicAttributesBean.

See Also:
Serialized Form

Constructor Summary
BasicAttributesImpl()
          Default constructor.
BasicAttributesImpl(BasicAttributes other)
          A Copy constructor.
BasicAttributesImpl(java.lang.String creator, java.lang.String owner, java.lang.String modifier, long createDate, long modDate, long accessDate)
          Fill in the blanks constructor.
 
Method Summary
 long getAccessDate()
          Get the access date.
 long getCreateDate()
          Get the create date.
 java.lang.String getCreator()
          Get the creator.
 java.lang.String getLastModifier()
          Get the last modifier.
 long getModDate()
          Get the modification date.
 java.lang.String getOwner()
          Get the owner.
 void setAccessDate(long accessDate)
          Set the access date.
 void setCreateDate(long createDate)
          Set the create date.
 void setCreator(java.lang.String creator)
          Set the creator.
 void setLastModifier(java.lang.String lastModifier)
          Set the last modifier.
 void setModDate(long modDate)
          Set the modification date.
 void setOwner(java.lang.String owner)
          Set the owner.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicAttributesImpl

public BasicAttributesImpl()
Default constructor.


BasicAttributesImpl

public BasicAttributesImpl(BasicAttributes other)
A Copy constructor.

Parameters:
other -

BasicAttributesImpl

public BasicAttributesImpl(java.lang.String creator,
                           java.lang.String owner,
                           java.lang.String modifier,
                           long createDate,
                           long modDate,
                           long accessDate)
Fill in the blanks constructor.

Parameters:
creator -
owner -
modifier -
createDate -
modDate -
accessDate -
Method Detail

setCreator

public void setCreator(java.lang.String creator)
Set the creator.

Specified by:
setCreator in interface BasicAttributes
Parameters:
creator -

getCreator

public java.lang.String getCreator()
Get the creator.

Specified by:
getCreator in interface BasicAttributes
Returns:
The creator.

setOwner

public void setOwner(java.lang.String owner)
Set the owner.

Specified by:
setOwner in interface BasicAttributes
Parameters:
owner -

getOwner

public java.lang.String getOwner()
Get the owner.

Specified by:
getOwner in interface BasicAttributes
Returns:
The owner.

setLastModifier

public void setLastModifier(java.lang.String lastModifier)
Set the last modifier.

Specified by:
setLastModifier in interface BasicAttributes
Parameters:
lastModifier -

getLastModifier

public java.lang.String getLastModifier()
Get the last modifier.

Specified by:
getLastModifier in interface BasicAttributes
Returns:
The last modifier.

setCreateDate

public void setCreateDate(long createDate)
Set the create date.

Specified by:
setCreateDate in interface BasicAttributes
Parameters:
createDate -

getCreateDate

public long getCreateDate()
Get the create date.

Specified by:
getCreateDate in interface BasicAttributes
Returns:
The create date.

setModDate

public void setModDate(long modDate)
Set the modification date.

Specified by:
setModDate in interface BasicAttributes
Parameters:
modDate -

getModDate

public long getModDate()
Get the modification date.

Specified by:
getModDate in interface BasicAttributes
Returns:
modDate

setAccessDate

public void setAccessDate(long accessDate)
Set the access date.

Specified by:
setAccessDate in interface BasicAttributes
Parameters:
accessDate -

getAccessDate

public long getAccessDate()
Get the access date.

Specified by:
getAccessDate in interface BasicAttributes
Returns:
The access date.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.