Class UdfConfigLink

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

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

    • uri

      protected URI uri
    • name

      protected String name
    • attachToName

      protected String attachToName
    • attachToCategory

      protected String attachToCategory
  • Constructor Details

    • UdfConfigLink

      public UdfConfigLink()
    • UdfConfigLink

      public UdfConfigLink(URI uri)
    • UdfConfigLink

      public UdfConfigLink(Field realField)
  • Method Details

    • getEntityClass

      public Class<Field> 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<Field>
      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<Field>
      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.
    • getAttachToName

      public String getAttachToName()
    • setAttachToName

      public void setAttachToName(String attachToName)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getAttachToCategory

      public String getAttachToCategory()
    • setAttachToCategory

      public void setAttachToCategory(String attachToCategory)
    • toString

      public String toString()
      Overrides:
      toString in class Object