public class EventPackageParameter extends Object implements Externalizable
| Constructor and Description |
|---|
EventPackageParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Retrieves the parameter name.
|
String |
getValue()
Retrieves the parameter value.
|
void |
readExternal(ObjectInput in) |
EventPackageParameter |
setName(String name)
Sets the parameter name.
|
EventPackageParameter |
setValue(String value)
Sets the parameter value.
|
void |
writeExternal(ObjectOutput out) |
public String getName()
public EventPackageParameter setName(String name)
name - public String getValue()
public EventPackageParameter setValue(String value)
value - public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2015. All Rights Reserved.