org.alfresco.repo.domain.avm
Class AVMHistoryLinkEntity
java.lang.Object
org.alfresco.repo.domain.avm.AVMHistoryLinkEntity
- All Implemented Interfaces:
- java.io.Serializable
public class AVMHistoryLinkEntity
- extends java.lang.Object
- implements java.io.Serializable
Entity bean for avm_history_links table
- Since:
- 3.2
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AVMHistoryLinkEntity
public AVMHistoryLinkEntity()
AVMHistoryLinkEntity
public AVMHistoryLinkEntity(java.lang.Long ancestorNodeId,
java.lang.Long descendentNodeId)
getDescendentNodeId
public java.lang.Long getDescendentNodeId()
setDescendentNodeId
public void setDescendentNodeId(java.lang.Long descendentNodeId)
getAncestorNodeId
public java.lang.Long getAncestorNodeId()
setAncestorNodeId
public void setAncestorNodeId(java.lang.Long ancestorNodeId)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.