Package io.atlasmap.java.v2
Class JavaCollection
- java.lang.Object
-
- io.atlasmap.v2.BaseMapping
-
- io.atlasmap.v2.Collection
-
- io.atlasmap.java.v2.JavaCollection
-
- All Implemented Interfaces:
Serializable
public class JavaCollection extends io.atlasmap.v2.Collection implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcollectionClassName
-
Constructor Summary
Constructors Constructor Description JavaCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetCollectionClassName()Gets the value of the collectionClassName property.inthashCode()voidsetCollectionClassName(String value)Sets the value of the collectionClassName property.-
Methods inherited from class io.atlasmap.v2.Collection
getCollectionSize, getCollectionType, getMappings, setCollectionSize, setCollectionType, setMappings
-
-
-
-
Field Detail
-
collectionClassName
protected String collectionClassName
-
-
Method Detail
-
getCollectionClassName
public String getCollectionClassName()
Gets the value of the collectionClassName property.- Returns:
- possible object is
String
-
setCollectionClassName
public void setCollectionClassName(String value)
Sets the value of the collectionClassName property.- Parameters:
value- allowed object isString
-
-