java.lang.Object
com.genologics.ri.configuration.UdfConfigLink
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the class of the true, full LIMS entity this object links to.getName()
getUri()
Get the URI of the object we are linking to.void
setAttachToCategory
(String attachToCategory) void
setAttachToName
(String attachToName) void
void
Set the URI of this object.toString()
-
Field Details
-
uri
-
name
-
attachToName
-
attachToCategory
-
-
Constructor Details
-
UdfConfigLink
public UdfConfigLink() -
UdfConfigLink
-
UdfConfigLink
-
-
Method Details
-
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<Field>
- Returns:
- The real object class.
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getAttachToName
-
setAttachToName
-
getName
-
setName
-
getAttachToCategory
-
setAttachToCategory
-
toString
-