Package tethys.niluswraps
Class NilusDocumentWrapper<T>
java.lang.Object
tethys.niluswraps.NilusDocumentWrapper<T>
- Direct Known Subclasses:
 NilusDataWrapper,PDeployment
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionCollection for the nilus object.getGotObject(Object source, String getterName) Get an object out of the given object using a getter function (no function parameters).getGotObject(String getterName) Get an object out of the main nilus object using a getter function (no function parameters).getGotObjects(Object source, String... getterNames) Get an object out of the given object using a series of sequential getter functionsgetGotObjects(String... getterNames) Get an object out of the nilus object using a series of sequential getter functionsGet the class of the nilus object. 
- 
Field Details
- 
nilusObject
 - 
documentName
 
 - 
 - 
Constructor Details
- 
NilusDocumentWrapper
 
 - 
 - 
Method Details
- 
getDocumentId
 - 
getGotObjects
Get an object out of the nilus object using a series of sequential getter functions- Parameters:
 getterName- function names (any number to work through class list) .- Returns:
 
 - 
getGotObjects
Get an object out of the given object using a series of sequential getter functions- Parameters:
 source- source objectgetterName- function names (any number to work through class list) .- Returns:
 
 - 
getGotObject
Get an object out of the main nilus object using a getter function (no function parameters).- Parameters:
 getterName- function name.source- source object- Returns:
 
 - 
getGotObject
Get an object out of the given object using a getter function (no function parameters).- Parameters:
 source- source objectgetterName- function name.- Returns:
 
 - 
getNilusClass
Get the class of the nilus object.- Returns:
 - Java class of nilus object.
 
 - 
getCollection
Collection for the nilus object.- Returns:
 
 - 
getNilusObject
- Returns:
 - the nilusObject
 
 
 -