Class AbstractDependencyModel

java.lang.Object
com.gentics.contentnode.rest.model.AbstractModel
com.gentics.contentnode.rest.model.devtools.dependency.AbstractDependencyModel
Direct Known Subclasses:
PackageDependency, ReferenceDependency

public abstract class AbstractDependencyModel extends AbstractModel
Abstract base class for PackageDependency and ReferenceDependency implementations
  • Constructor Details

    • AbstractDependencyModel

      public AbstractDependencyModel()
  • Method Details

    • getName

      public String getName()
      Gets the name of the package object.
      Returns:
      The name of the object.
    • setName

      public void setName(String name)
      Sets the name of the package object.
      Parameters:
      name - The new name of the object.
    • getKeyword

      public String getKeyword()
      Gets the keyword of the package object.
      Returns:
      The name of the object.
    • setKeyword

      public void setKeyword(String keyword)
      Sets the keyword of the package object.
      Parameters:
      keyword - The new keyword of the object.
    • getDependencyType

      public Type getDependencyType()
      Gets the type of the package object.
      Returns:
      The type of the object.
    • setDependencyType

      public void setDependencyType(Type dependencyType)
      Sets the type of the package object.
      Parameters:
      dependencyType - The new type of the object.