Package com.github.fungal.bootstrap
Class ProtocolType
java.lang.Object
com.github.fungal.bootstrap.ProtocolType
A protocol tag
- Author:
- Jesper Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the class namegetId()Get the idGet the propertyvoidSet the class namevoidSet the id
-
Constructor Details
-
ProtocolType
public ProtocolType()Constructor
-
-
Method Details
-
getId
Get the id- Returns:
- The value
-
setId
Set the id- Parameters:
v- The value
-
getClassName
Get the class name- Returns:
- The value
-
setClassName
Set the class name- Parameters:
v- The value
-
getProperty
Get the property- Returns:
- The value
-