Class PlaceholderImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.PlaceholderImpl
-
- All Implemented Interfaces:
Placeholder,java.io.Serializable
public class PlaceholderImpl extends java.lang.Object implements java.io.Serializable, Placeholder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlaceholderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()Gets the id.intgetId2()Gets the id 2.intgetId3()Gets the id 3.intgetPlaceholderId()Gets the placeholder id.java.lang.StringgetStringId()Gets the string id.java.lang.StringgetValue()Gets the value.voidsetId(int id)Sets the id.voidsetId2(int id2)Sets the id 2.voidsetId3(int id3)Sets the id 3.voidsetPlaceholderId(int placeholderId)Sets the placeholder id.voidsetStringId(java.lang.String stringId)Sets the string id.voidsetValue(java.lang.String value)Sets the value.
-
-
-
Method Detail
-
getPlaceholderId
public int getPlaceholderId()
Description copied from interface:PlaceholderGets the placeholder id.- Specified by:
getPlaceholderIdin interfacePlaceholder- Returns:
- the placeholder id
-
setPlaceholderId
public void setPlaceholderId(int placeholderId)
Description copied from interface:PlaceholderSets the placeholder id.- Specified by:
setPlaceholderIdin interfacePlaceholder- Parameters:
placeholderId- the new placeholder id
-
getStringId
public java.lang.String getStringId()
Description copied from interface:PlaceholderGets the string id.- Specified by:
getStringIdin interfacePlaceholder- Returns:
- the string id
-
setStringId
public void setStringId(java.lang.String stringId)
Description copied from interface:PlaceholderSets the string id.- Specified by:
setStringIdin interfacePlaceholder- Parameters:
stringId- the new string id
-
getValue
public java.lang.String getValue()
Description copied from interface:PlaceholderGets the value.- Specified by:
getValuein interfacePlaceholder- Returns:
- the value
-
setValue
public void setValue(java.lang.String value)
Description copied from interface:PlaceholderSets the value.- Specified by:
setValuein interfacePlaceholder- Parameters:
value- the new value
-
getId
public int getId()
Description copied from interface:PlaceholderGets the id.- Specified by:
getIdin interfacePlaceholder- Returns:
- the id
-
setId
public void setId(int id)
Description copied from interface:PlaceholderSets the id.- Specified by:
setIdin interfacePlaceholder- Parameters:
id- the new id
-
getId2
public int getId2()
Description copied from interface:PlaceholderGets the id 2.- Specified by:
getId2in interfacePlaceholder- Returns:
- the id 2
-
setId2
public void setId2(int id2)
Description copied from interface:PlaceholderSets the id 2.- Specified by:
setId2in interfacePlaceholder- Parameters:
id2- the new id 2
-
getId3
public int getId3()
Description copied from interface:PlaceholderGets the id 3.- Specified by:
getId3in interfacePlaceholder- Returns:
- the id 3
-
setId3
public void setId3(int id3)
Description copied from interface:PlaceholderSets the id 3.- Specified by:
setId3in interfacePlaceholder- Parameters:
id3- the new id 3
-
-