public class SimpleParty extends Object
SimpleParty()
SimpleParty(Integer id, String name, Class type)
Integer
getId()
String
getName()
Class
getType()
void
setId(Integer id)
setName(String name)
setType(Class type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleParty(Integer id, String name, Class type)
public SimpleParty()
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public Class getType()
public void setType(Class type)
Copyright © 2015 Matsuo IT. All rights reserved.