Class UdtConfigLink

java.lang.Object
com.genologics.ri.configuration.UdtConfigLink
All Implemented Interfaces:
LimsLink<Type>, Linkable<Type>, Locatable, Serializable

public class UdtConfigLink extends Object implements LimsLink<Type>, Serializable
Udtconfig-link is a child element type of udts and provides a URI linking to the detailed representation of the configuration for a user defined type.
See Also:
  • Field Details

    • uri

      protected URI uri
    • name

      protected String name
    • attachToName

      protected String attachToName
    • attachToCategory

      protected String attachToCategory
  • Constructor Details

    • UdtConfigLink

      public UdtConfigLink()
    • UdtConfigLink

      public UdtConfigLink(URI uri)
    • UdtConfigLink

      public UdtConfigLink(Type realType)
  • Method Details

    • getEntityClass

      public Class<Type> getEntityClass()
      Description copied from interface: LimsLink
      Get the class of the true, full LIMS entity this object links to.
      Specified by:
      getEntityClass in interface LimsLink<Type>
      Returns:
      The real object class.
    • getUri

      public URI getUri()
      Description copied from interface: LimsLink
      Get the URI of the object we are linking to.
      Specified by:
      getUri in interface LimsLink<Type>
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

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

      public String getName()
    • setName

      public void setName(String name)
    • getAttachToName

      public String getAttachToName()
    • setAttachToName

      public void setAttachToName(String attachToName)
    • getAttachToCategory

      public String getAttachToCategory()
    • setAttachToCategory

      public void setAttachToCategory(String attachToCategory)
    • toString

      public String toString()
      Overrides:
      toString in class Object