public class StoreEntity extends Object implements Serializable
Constructor and Description |
---|
StoreEntity()
Required default constructor
|
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
String |
getIdentifier() |
String |
getProtocol() |
NodeEntity |
getRootNode() |
org.alfresco.service.cmr.repository.StoreRef |
getStoreRef() |
Long |
getVersion() |
void |
setId(Long id) |
void |
setIdentifier(String identifier) |
void |
setProtocol(String protocol) |
void |
setRootNode(NodeEntity rootNode) |
void |
setVersion(Long version) |
String |
toString() |
public org.alfresco.service.cmr.repository.StoreRef getStoreRef()
public Long getId()
public void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public String getProtocol()
public void setProtocol(String protocol)
public String getIdentifier()
public void setIdentifier(String identifier)
public NodeEntity getRootNode()
public void setRootNode(NodeEntity rootNode)
Copyright © 2005–2017 Alfresco Software. All rights reserved.