org.alfresco.repo.copy.query
Class CopyParametersEntity
java.lang.Object
org.alfresco.repo.copy.query.CopyParametersEntity
public class CopyParametersEntity
- extends java.lang.Object
Bean class to carry canned query parameters
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyParametersEntity
public CopyParametersEntity()
getOriginalNodeId
public java.lang.Long getOriginalNodeId()
setOriginalNodeId
public void setOriginalNodeId(java.lang.Long originalNodeId)
getOriginalAssocTypeId
public java.lang.Long getOriginalAssocTypeId()
setOriginalAssocTypeId
public void setOriginalAssocTypeId(java.lang.Long originalAssocTypeId)
getNamePropId
public java.lang.Long getNamePropId()
setNamePropId
public void setNamePropId(java.lang.Long namePropId)
getCopyParentNodeId
public java.lang.Long getCopyParentNodeId()
setCopyParentNodeId
public void setCopyParentNodeId(java.lang.Long copyParentNodeId)
getCopyAspectIdsToIgnore
public java.util.List getCopyAspectIdsToIgnore()
setCopyAspectIdsToIgnore
public void setCopyAspectIdsToIgnore(java.util.List copyAspectIdsToIgnore)
getTrue
public boolean getTrue()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.