java.lang.Object
com.genologics.ri.configuration.TypeDefinition
Type-definition provides a URI linking to the user defined type associated
with the user-defined field, if applicable.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTypeDefinition
(Type type) TypeDefinition
(Linkable<Type> type) TypeDefinition
(URI uri) TypeDefinition
(URI uri, String name) -
Method Summary
-
Field Details
-
name
-
uri
-
-
Constructor Details
-
TypeDefinition
public TypeDefinition() -
TypeDefinition
-
TypeDefinition
-
TypeDefinition
-
TypeDefinition
-
-
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.
-
getName
-
setName
-
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. -
toString
-