public interface RepositoryElementInterface extends RepositoryObjectInterface
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description of the repository object.
|
String |
getName()
Gets the name of the repository object.
|
ObjectId |
getObjectId()
Gets the database ID in the repository for this object.
|
ObjectRevision |
getObjectRevision()
Gets the object revision.
|
RepositoryDirectoryInterface |
getRepositoryDirectory() |
RepositoryObjectType |
getRepositoryElementType()
Gets the repository element type for this object.
|
void |
setDescription(String description)
Sets the description of the repository object.
|
void |
setName(String name)
Sets the name of the repository object.
|
void |
setObjectId(ObjectId id)
Sets the database ID in the repository for this object.
|
void |
setObjectRevision(ObjectRevision objectRevision)
Sets the object revision.
|
void |
setRepositoryDirectory(RepositoryDirectoryInterface repositoryDirectory) |
RepositoryDirectoryInterface getRepositoryDirectory()
void setRepositoryDirectory(RepositoryDirectoryInterface repositoryDirectory)
String getName()
getName
in interface RepositoryObjectInterface
void setName(String name)
name
- String getDescription()
void setDescription(String description)
description
- ObjectId getObjectId()
getObjectId
in interface RepositoryObjectInterface
void setObjectId(ObjectId id)
RepositoryObjectType getRepositoryElementType()
ObjectRevision getObjectRevision()
void setObjectRevision(ObjectRevision objectRevision)
objectRevision
-