Class UdtConfigLink

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

public class UdtConfigLink extends LimsLinkBase<Type>
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
      The URI of the type configuration.
    • name

      protected String name
      The name of the type.
    • attachToName

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

      protected String attachToCategory
      The category this user defined type is attached to.
  • Constructor Details

    • UdtConfigLink

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

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

      public UdtConfigLink(Type type)
      Constructor for creating a UdtConfigLink from a Type object.
      Parameters:
      type - The type to create the link from.
  • Method Details

    • getEntityClass

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

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

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

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

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

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

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

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

      public void setAttachToCategory(String attachToCategory)
      Sets the category this user defined type 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<Type>
      Returns:
      The field URI and name.
      See Also: