Interface Placeholder
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PlaceholderImpl
The Interface Placeholder.
-
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.
-
Method Details
-
getPlaceholderId
int getPlaceholderId()Gets the placeholder id.- Returns:
- the placeholder id
-
setPlaceholderId
void setPlaceholderId(int placeholderId) Sets the placeholder id.- Parameters:
placeholderId- the new placeholder id
-
getStringId
String getStringId()Gets the string id.- Returns:
- the string id
-
setStringId
Sets the string id.- Parameters:
stringId- the new string id
-
getValue
String getValue()Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-
getId
int getId()Gets the id.- Returns:
- the id
-
setId
void setId(int id) Sets the id.- Parameters:
id- the new id
-
getId2
int getId2()Gets the id 2.- Returns:
- the id 2
-
setId2
void setId2(int id2) Sets the id 2.- Parameters:
id2- the new id 2
-
getId3
int getId3()Gets the id 3.- Returns:
- the id 3
-
setId3
void setId3(int id3) Sets the id 3.- Parameters:
id3- the new id 3
-