Class PlaceholderVariant.Definition
- java.lang.Object
-
- com.priint.pubserver.comet3.entity.PlaceholderVariant.Definition
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PlaceholderVariant
public static class PlaceholderVariant.Definition extends java.lang.Object implements java.io.SerializableThe type Definition.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Definition()Instantiates a new Definition.Definition(int type, java.lang.String key, java.lang.String value)Instantiates a new Definition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()Gets key.intgetType()Gets type.java.lang.StringgetValue()Gets value.voidsetKey(java.lang.String key)Sets key.voidsetType(int type)Sets type.voidsetValue(java.lang.String value)Sets value.
-
-
-
Method Detail
-
getType
public int getType()
Gets type.- Returns:
- the type
-
setType
public void setType(int type)
Sets type.- Parameters:
type- the type to set
-
getKey
public java.lang.String getKey()
Gets key.- Returns:
- the key
-
setKey
public void setKey(java.lang.String key)
Sets key.- Parameters:
key- the key to set
-
getValue
public java.lang.String getValue()
Gets value.- Returns:
- the value
-
setValue
public void setValue(java.lang.String value)
Sets value.- Parameters:
value- the value to set
-
-