@Deprecated public class Collection extends BaseMapping implements Serializable
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
collectionSize
Deprecated.
|
protected CollectionType |
collectionType
Deprecated.
|
protected Mappings |
mappings
Deprecated.
|
alias, description, mappingType
Constructor and Description |
---|
Collection()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
getCollectionSize()
Deprecated.
Gets the value of the collectionSize property.
|
CollectionType |
getCollectionType()
Deprecated.
Gets the value of the collectionType property.
|
Mappings |
getMappings()
Deprecated.
Gets the value of the mappings property.
|
void |
setCollectionSize(BigInteger value)
Deprecated.
Sets the value of the collectionSize property.
|
void |
setCollectionType(CollectionType value)
Deprecated.
Sets the value of the collectionType property.
|
void |
setMappings(Mappings value)
Deprecated.
Sets the value of the mappings property.
|
getAlias, getDescription, getMappingType, setAlias, setDescription, setMappingType
protected Mappings mappings
protected BigInteger collectionSize
protected CollectionType collectionType
public Mappings getMappings()
Mappings
public void setMappings(Mappings value)
value
- allowed object is
Mappings
public BigInteger getCollectionSize()
BigInteger
public void setCollectionSize(BigInteger value)
value
- allowed object is
BigInteger
public CollectionType getCollectionType()
CollectionType
public void setCollectionType(CollectionType value)
value
- allowed object is
CollectionType
Copyright © 2017–2021 Red Hat, Inc.. All rights reserved.