Class StiJsonMetaData
java.lang.Object
com.stimulsoft.report.json.datahelp.StiJsonMetaData
Copyright Stimulsoft
-
Constructor Summary
ConstructorsConstructorDescriptionStiJsonMetaData(String collectionName, String address, String cast, Object object) -
Method Summary
Modifier and TypeMethodDescriptiongetCast()voidsetAddress(String address) voidvoidsetCollectionName(String collectionName) void
-
Constructor Details
-
StiJsonMetaData
-
-
Method Details
-
getCollectionName
- Returns:
- the collectionName
-
setCollectionName
- Parameters:
collectionName- the collectionName to set
-
getAddress
- Returns:
- the address
-
setAddress
- Parameters:
address- the address to set
-
getCast
- Returns:
- the cast
-
setCast
- Parameters:
cast- the cast to set
-
getObject
- Returns:
- the object
-
setObject
- Parameters:
object- the object to set
-