java.lang.Object
com.genologics.ri.configuration.Type
All Implemented Interfaces:
Batch<FieldLink>, Linkable<Type>, Locatable, Serializable, Iterable<FieldLink>

public class Type extends Object implements Linkable<Type>, Batch<FieldLink>, Serializable
The detailed representation of the configuration of a user defined type.
See Also:
  • Field Details

    • fieldDefinitions

      protected List<FieldLink> fieldDefinitions
    • attachToName

      protected String attachToName
    • attachToCategory

      protected String attachToCategory
    • name

      protected String name
    • uri

      protected URI uri
  • Constructor Details

    • Type

      public Type()
    • Type

      public Type(String name)
    • Type

      public Type(String name, URI uri)
  • Method Details

    • getFieldDefinitions

      public List<FieldLink> getFieldDefinitions()
    • iterator

      public Iterator<FieldLink> iterator()
      Specified by:
      iterator in interface Iterable<FieldLink>
    • getList

      public List<FieldLink> getList()
      Specified by:
      getList in interface Batch<FieldLink>
    • getSize

      public int getSize()
      Specified by:
      getSize in interface Batch<FieldLink>
    • getAttachToName

      public String getAttachToName()
    • setAttachToName

      public void setAttachToName(String value)
    • getAttachToCategory

      public String getAttachToCategory()
    • setAttachToCategory

      public void setAttachToCategory(String value)
    • getName

      public String getName()
    • setName

      public void setName(String value)
    • getUri

      public URI getUri()
      Description copied from interface: Locatable
      Get the URI of this object.
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

      public void setUri(URI value)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      value - The new URI.
    • getLink

      public LimsLink<Type> getLink()
      Get a concrete link object to this Linkable thing.
      Specified by:
      getLink in interface Linkable<Type>
      Returns:
      A LimsLink to this object.