Class PlaceholderImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.PlaceholderImpl
- All Implemented Interfaces:
Placeholder,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()Gets the id.intgetId2()Gets the id 2.intgetId3()Gets the id 3.intGets the placeholder id.Gets the string id.getValue()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(String stringId) Sets the string id.voidSets the value.
-
Constructor Details
-
PlaceholderImpl
public PlaceholderImpl()
-
-
Method Details
-
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
Description copied from interface:PlaceholderGets the string id.- Specified by:
getStringIdin interfacePlaceholder- Returns:
- the string id
-
setStringId
Description copied from interface:PlaceholderSets the string id.- Specified by:
setStringIdin interfacePlaceholder- Parameters:
stringId- the new string id
-
getValue
Description copied from interface:PlaceholderGets the value.- Specified by:
getValuein interfacePlaceholder- Returns:
- the value
-
setValue
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
-