public class MetadataRepositoryElement extends Object implements RepositoryElementInterface
| Constructor and Description |
|---|
MetadataRepositoryElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
ObjectId |
getObjectId() |
ObjectRevision |
getObjectRevision() |
RepositoryDirectoryInterface |
getRepositoryDirectory() |
RepositoryObjectType |
getRepositoryElementType() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setObjectId(ObjectId id) |
void |
setObjectRevision(ObjectRevision objectRevision) |
void |
setRepositoryDirectory(RepositoryDirectoryInterface repositoryDirectory) |
public RepositoryDirectoryInterface getRepositoryDirectory()
getRepositoryDirectory in interface RepositoryElementInterfacepublic void setRepositoryDirectory(RepositoryDirectoryInterface repositoryDirectory)
setRepositoryDirectory in interface RepositoryElementInterfacepublic String getName()
getName in interface RepositoryElementInterfacegetName in interface RepositoryObjectInterfacepublic void setName(String name)
setName in interface RepositoryElementInterfacepublic String getDescription()
getDescription in interface RepositoryElementInterfacepublic void setDescription(String description)
setDescription in interface RepositoryElementInterfacepublic ObjectId getObjectId()
getObjectId in interface RepositoryElementInterfacegetObjectId in interface RepositoryObjectInterfacepublic void setObjectId(ObjectId id)
setObjectId in interface RepositoryElementInterfacepublic RepositoryObjectType getRepositoryElementType()
getRepositoryElementType in interface RepositoryElementInterfacepublic ObjectRevision getObjectRevision()
getObjectRevision in interface RepositoryElementInterfacepublic void setObjectRevision(ObjectRevision objectRevision)
setObjectRevision in interface RepositoryElementInterfaceCopyright © 2018 Hitachi Vantara. All rights reserved.