Interface Placeholder
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
PlaceholderImpl
public interface Placeholder extends java.io.SerializableThe Interface Placeholder.
-
-
Method Summary
All Methods Instance Methods Abstract 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
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
java.lang.String getStringId()
Gets the string id.- Returns:
- the string id
-
setStringId
void setStringId(java.lang.String stringId)
Sets the string id.- Parameters:
stringId- the new string id
-
getValue
java.lang.String getValue()
Gets the value.- Returns:
- the value
-
setValue
void setValue(java.lang.String value)
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
-
-