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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for creating an empty UdtConfigLink object.UdtConfigLink(Type type) Constructor for creating a UdtConfigLink from a Type object.UdtConfigLink(URI uri) Constructor for creating a UdtConfigLink with a URI. -
Method Summary
Modifier and TypeMethodDescriptionGets the category this user defined type is attached to.Gets the name of the entity type this user defined type is attached to.Gets the entity class for this link.getName()Gets the name of the type.getUri()Gets the URI of the type configuration.voidsetAttachToCategory(String attachToCategory) Sets the category this user defined type is attached to.voidsetAttachToName(String attachToName) Sets the name of the entity type this user defined type is attached to.voidSets the name of the type.voidSets the URI of the type configuration.toString()Returns a string representation of this UDF config link.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode
-
Field Details
-
uri
The URI of the type configuration. -
name
The name of the type. -
attachToName
The name of the entity type this user defined type is attached to. -
attachToCategory
The category this user defined type is attached to.
-
-
Constructor Details
-
UdtConfigLink
public UdtConfigLink()Constructor for creating an empty UdtConfigLink object. -
UdtConfigLink
Constructor for creating a UdtConfigLink with a URI.- Parameters:
uri- The URI of the type configuration.
-
UdtConfigLink
Constructor for creating a UdtConfigLink from a Type object.- Parameters:
type- The type to create the link from.
-
-
Method Details
-
getEntityClass
Gets the entity class for this link.- Returns:
- The Type class.
-
getUri
Gets the URI of the type configuration.- Returns:
- The URI.
-
setUri
Sets the URI of the type configuration.- Parameters:
uri- The URI.
-
getName
Gets the name of the type.- Returns:
- The type name.
-
setName
Sets the name of the type.- Parameters:
name- The type name.
-
getAttachToName
Gets the name of the entity type this user defined type is attached to.- Returns:
- The entity type name.
-
setAttachToName
Sets the name of the entity type this user defined type is attached to.- Parameters:
attachToName- The entity type name.
-
getAttachToCategory
Gets the category this user defined type is attached to.- Returns:
- The category name.
-
setAttachToCategory
Sets the category this user defined type is attached to.- Parameters:
attachToCategory- The category name.
-
toString
Returns a string representation of this UDF config link.- Overrides:
toStringin classLimsLinkBase<Type>- Returns:
- The field URI and name.
- See Also:
-