Class SkaoChecksumItem

java.lang.Object
org.ivoa.dm.executionbroker.SkaoChecksumItem
All Implemented Interfaces:
org.ivoa.vodml.jpa.JPAManipulations

@Embeddable @VoDml(id="execbroker:SkaoChecksumItem", role=dataType) public class SkaoChecksumItem extends Object implements org.ivoa.vodml.jpa.JPAManipulations
. dataType: SkaoChecksumItem
  • Field Details

    • type

      @VoDml(id="execbroker:SkaoChecksumItem.type", role=attribute, type="ivoa:string", typeRole=primitiveType) protected String type
      . : Attribute type : multiplicity 1
    • value

      @VoDml(id="execbroker:SkaoChecksumItem.value", role=attribute, type="ivoa:string", typeRole=primitiveType) protected String value
      . : Attribute value : multiplicity 1
  • Constructor Details

    • SkaoChecksumItem

      public SkaoChecksumItem()
      Creates a new SkaoChecksumItem
    • SkaoChecksumItem

      public SkaoChecksumItem(String type, String value)
      full parameter constructor.
      Parameters:
      type - .
      value - .
    • SkaoChecksumItem

      public SkaoChecksumItem(SkaoChecksumItem other)
      Copy Constructor. Note that references will remain as is rather than be copied.
      Parameters:
      other - the object to be copied.
  • Method Details

    • updateUsing

      public void updateUsing(SkaoChecksumItem other)
      Update this object with the content of the given object. Note that references will remain as is rather than be copied.
      Parameters:
      other - the object to be copied.
    • getType

      public String getType()
      Returns type Attribute.
      Returns:
      type Attribute
    • setType

      public void setType(String pType)
      Set type Attribute.
      Parameters:
      pType - value to set
    • withType

      public SkaoChecksumItem withType(String pType)
      fluent setter for type Attribute.
      Parameters:
      pType - value to set
      Returns:
      SkaoChecksumItem
    • getValue

      public String getValue()
      Returns value Attribute.
      Returns:
      value Attribute
    • setValue

      public void setValue(String pValue)
      Set value Attribute.
      Parameters:
      pValue - value to set
    • withValue

      public SkaoChecksumItem withValue(String pValue)
      fluent setter for value Attribute.
      Parameters:
      pValue - value to set
      Returns:
      SkaoChecksumItem
    • createSkaoChecksumItem

      public static SkaoChecksumItem createSkaoChecksumItem(Consumer<SkaoChecksumItem.SkaoChecksumItemBuilder> f)
      create a SkaoChecksumItem in functional builder style.
      Parameters:
      f - the functional builder.
      Returns:
      an object initialized from the builder.
    • forceLoad

      public void forceLoad()
      Specified by:
      forceLoad in interface org.ivoa.vodml.jpa.JPAManipulations