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