Class UdfConfigLink

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

public class UdfConfigLink extends LimsLinkBase<Field>
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
      The URI of the field configuration.
    • name

      protected String name
      The name of the field.
    • attachToName

      protected String attachToName
      The name of the entity type this field is attached to.
    • attachToCategory

      protected String attachToCategory
      The category this field is attached to.
  • Constructor Details

    • UdfConfigLink

      public UdfConfigLink()
      Constructor for creating an empty UdfConfigLink object.
    • UdfConfigLink

      public UdfConfigLink(URI uri)
      Constructor for creating a UdfConfigLink with a URI.
      Parameters:
      uri - The URI of the field configuration.
    • UdfConfigLink

      public UdfConfigLink(Field field)
      Constructor for creating a UdfConfigLink from a Field object.
      Parameters:
      field - The field to create the link from.
  • Method Details

    • getEntityClass

      public Class<Field> getEntityClass()
      Gets the entity class for this link.
      Returns:
      The Field class.
    • getUri

      public URI getUri()
      Gets the URI of the field configuration.
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Sets the URI of the field configuration.
      Parameters:
      uri - The URI.
    • getAttachToName

      public String getAttachToName()
      Gets the name of the entity type this field is attached to.
      Returns:
      The entity type name.
    • setAttachToName

      public void setAttachToName(String attachToName)
      Sets the name of the entity type this field is attached to.
      Parameters:
      attachToName - The entity type name.
    • getName

      public String getName()
      Gets the name of the field.
      Returns:
      The field name.
    • setName

      public void setName(String name)
      Sets the name of the field.
      Parameters:
      name - The field name.
    • getAttachToCategory

      public String getAttachToCategory()
      Gets the category this field is attached to.
      Returns:
      The category name.
    • setAttachToCategory

      public void setAttachToCategory(String attachToCategory)
      Sets the category this field is attached to.
      Parameters:
      attachToCategory - The category name.
    • toString

      public String toString()
      Returns a string representation of this UDF config link.
      Overrides:
      toString in class LimsLinkBase<Field>
      Returns:
      The field URI and name.
      See Also: