java.lang.Object
com.genologics.ri.configuration.UdtConfigLink
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
-
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
-
UdtConfigLink
public UdtConfigLink() -
UdtConfigLink
-
UdtConfigLink
-
-
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<Type>
- 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. -
getName
-
setName
-
getAttachToName
-
setAttachToName
-
getAttachToCategory
-
setAttachToCategory
-
toString
-