Class TransferContainer

java.lang.Object
org.alfresco.rm.rest.api.model.TransferContainer

public class TransferContainer extends Object
Since:
2.6
Author:
Silviu Dinuta
  • Field Details

    • nodeRef

      protected NodeRef nodeRef
    • parentNodeRef

      protected NodeRef parentNodeRef
    • name

      protected String name
    • nodeType

      protected String nodeType
    • createdAt

      protected Date createdAt
    • createdByUser

      protected UserInfo createdByUser
    • modifiedAt

      protected Date modifiedAt
    • modifiedByUser

      protected UserInfo modifiedByUser
    • aspectNames

      protected List<String> aspectNames
    • properties

      protected Map<String,Object> properties
    • allowableOperations

      protected List<String> allowableOperations
  • Constructor Details

    • TransferContainer

      public TransferContainer()
  • Method Details

    • getNodeRef

      @UniqueId public NodeRef getNodeRef()
    • setNodeRef

      public void setNodeRef(NodeRef nodeRef)
    • getParentId

      public NodeRef getParentId()
    • setParentId

      public void setParentId(NodeRef parentNodeRef)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getNodeType

      public String getNodeType()
    • setNodeType

      public void setNodeType(String nodeType)
    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Date createdAt)
    • getModifiedAt

      public Date getModifiedAt()
    • setModifiedAt

      public void setModifiedAt(Date modifiedAt)
    • getCreatedByUser

      public UserInfo getCreatedByUser()
    • setCreatedByUser

      public void setCreatedByUser(UserInfo createdByUser)
    • getModifiedByUser

      public UserInfo getModifiedByUser()
    • setModifiedByUser

      public void setModifiedByUser(UserInfo modifiedByUser)
    • getAspectNames

      public List<String> getAspectNames()
    • setAspectNames

      public void setAspectNames(List<String> aspectNames)
    • getProperties

      public Map<String,Object> getProperties()
    • setProperties

      public void setProperties(Map<String,Object> properties)
    • getAllowableOperations

      public List<String> getAllowableOperations()
    • setAllowableOperations

      public void setAllowableOperations(List<String> allowableOperations)