Class AbstractDependencyModel
java.lang.Object
com.gentics.contentnode.rest.model.AbstractModel
com.gentics.contentnode.rest.model.devtools.dependency.AbstractDependencyModel
- Direct Known Subclasses:
PackageDependency
,ReferenceDependency
Abstract base class for PackageDependency and ReferenceDependency implementations
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder to create a child instance of AbstractDependencyModel instance -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the type of the package object.Gets the keyword of the package object.getName()
Gets the name of the package object.void
setDependencyType
(Type dependencyType) Sets the type of the package object.void
setKeyword
(String keyword) Sets the keyword of the package object.void
Sets the name of the package object.Methods inherited from class com.gentics.contentnode.rest.model.AbstractModel
getGlobalId, setGlobalId
-
Constructor Details
-
AbstractDependencyModel
public AbstractDependencyModel()
-
-
Method Details
-
getName
Gets the name of the package object.- Returns:
- The name of the object.
-
setName
Sets the name of the package object.- Parameters:
name
- The new name of the object.
-
getKeyword
Gets the keyword of the package object.- Returns:
- The name of the object.
-
setKeyword
Sets the keyword of the package object.- Parameters:
keyword
- The new keyword of the object.
-
getDependencyType
Gets the type of the package object.- Returns:
- The type of the object.
-
setDependencyType
Sets the type of the package object.- Parameters:
dependencyType
- The new type of the object.
-