org.outerj.daisy.repository.variant
Interface Branch
public interface Branch
Definition of a branch.
MAIN_BRANCH_ID
static final long MAIN_BRANCH_ID
- See Also:
- Constant Field Values
MAIN_BRANCH_NAME
static final java.lang.String MAIN_BRANCH_NAME
- See Also:
- Constant Field Values
getId
long getId()
getName
java.lang.String getName()
getDescription
java.lang.String getDescription()
setName
void setName(java.lang.String name)
setDescription
void setDescription(java.lang.String description)
save
void save()
throws RepositoryException
- Throws:
RepositoryException
getLastModifier
long getLastModifier()
getLastModified
java.util.Date getLastModified()
getUpdateCount
long getUpdateCount()
getXml
org.outerx.daisy.x10.BranchDocument getXml()
setAllFromXml
void setAllFromXml(org.outerx.daisy.x10.BranchDocument.Branch branchXml)
Copyright © -2012 . All Rights Reserved.