Class Parent

All Implemented Interfaces:
Serializable, Cloneable, InputLocationTracker

@Generated public class Parent extends BaseObject
See Also:
  • Constructor Details

    • Parent

      public Parent()
    • Parent

      public Parent(Parent delegate)
    • Parent

      public Parent(Parent delegate, BaseObject parent)
  • Method Details

    • clone

      public Parent clone()
      Overrides:
      clone in class Object
    • getDelegate

      public Parent getDelegate()
      Overrides:
      getDelegate in class BaseObject
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • getArtifactId

      public String getArtifactId()
    • setArtifactId

      public void setArtifactId(String artifactId)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getRelativePath

      public String getRelativePath()
    • setRelativePath

      public void setRelativePath(String relativePath)
    • getLocation

      public InputLocation getLocation(Object key)
      Description copied from interface: InputLocationTracker
      Gets the location of the specified field in the input source.
      Parameters:
      key - The key of the field, must not be null.
      Returns:
      The location of the field in the input source or null if unknown.
    • setLocation

      public void setLocation(Object key, InputLocation location)
      Description copied from interface: InputLocationTracker
      Sets the location of the specified field.
      Parameters:
      key - The key of the field, must not be null.
      location - The location of the field, may be null.
    • replace

      protected boolean replace(Object oldDelegate, Object newDelegate)
      Overrides:
      replace in class BaseObject
    • parentToApiV4

      public static List<Parent> parentToApiV4(List<Parent> list)
    • parentToApiV3

      public static List<Parent> parentToApiV3(List<Parent> list)
    • getId

      public String getId()
      Returns:
      the id as groupId:artifactId:version
    • toString

      public String toString()
      Overrides:
      toString in class Object