public class SelectListCloseRequest extends JRemoteRequest
JBaseSerializable.TYPE
Constructor and Description |
---|
SelectListCloseRequest() |
SelectListCloseRequest(int selectListId) |
Modifier and Type | Method and Description |
---|---|
int |
getSelectListId() |
int |
getType() |
void |
readObject(JBaseObjectReader reader,
int version) |
void |
writeObject(JBaseObjectWriter writer,
int version) |
getVersion
public SelectListCloseRequest()
public SelectListCloseRequest(int selectListId)
public int getSelectListId()
public void writeObject(JBaseObjectWriter writer, int version) throws java.io.IOException
writeObject
in interface JBaseSerializable
writeObject
in class JRemoteRequest
java.io.IOException
public void readObject(JBaseObjectReader reader, int version) throws java.io.IOException, java.lang.ClassNotFoundException
readObject
in interface JBaseSerializable
readObject
in class JRemoteRequest
java.io.IOException
java.lang.ClassNotFoundException
public int getType()
JBaseSerializable.getType()