Class PlaceholderVariant.Definition
java.lang.Object
com.priint.pubserver.comet3.entity.PlaceholderVariant.Definition
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PlaceholderVariant
The type Definition.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Definition.Definition(int type, String key, String value) Instantiates a new Definition. -
Method Summary
-
Constructor Details
-
Definition
public Definition()Instantiates a new Definition. -
Definition
Instantiates a new Definition.- Parameters:
type- the typekey- the keyvalue- the value
-
-
Method Details
-
getType
public int getType()Gets type.- Returns:
- the type
-
setType
public void setType(int type) Sets type.- Parameters:
type- the type to set
-
getKey
Gets key.- Returns:
- the key
-
setKey
Sets key.- Parameters:
key- the key to set
-
getValue
Gets value.- Returns:
- the value
-
setValue
Sets value.- Parameters:
value- the value to set
-