public class AVMVersionRootEntity extends Object implements Serializable
| Constructor and Description |
|---|
AVMVersionRootEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCreatedDate() |
String |
getCreator() |
String |
getDescription() |
Long |
getId() |
Long |
getRootNodeId() |
Long |
getStoreId() |
String |
getTag() |
Integer |
getVersion() |
int |
hashCode() |
void |
setCreatedDate(Long createdDate) |
void |
setCreator(String creator) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setRootNodeId(Long rootNodeId) |
void |
setStoreId(Long storeId) |
void |
setTag(String tag) |
void |
setVersion(Integer version) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Integer getVersion()
public void setVersion(Integer version)
public Long getRootNodeId()
public void setRootNodeId(Long rootNodeId)
public Long getStoreId()
public void setStoreId(Long storeId)
public Long getCreatedDate()
public void setCreatedDate(Long createdDate)
public String getCreator()
public void setCreator(String creator)
public String getTag()
public void setTag(String tag)
public String getDescription()
public void setDescription(String description)
Copyright © 2005–2014 Alfresco Software. All rights reserved.