|
|
|
@@ -31,28 +31,23 @@ public class AgentObject extends DObject
|
|
|
|
|
{
|
|
|
|
|
// AUTO-GENERATED: FIELDS START
|
|
|
|
|
/** The field name of the <code>bureauId</code> field. */
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
|
|
|
|
date="2010-04-06T22:31:00-0700")
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
|
|
|
|
|
public static final String BUREAU_ID = "bureauId";
|
|
|
|
|
|
|
|
|
|
/** The field name of the <code>bureauType</code> field. */
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
|
|
|
|
date="2010-04-06T22:31:00-0700")
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
|
|
|
|
|
public static final String BUREAU_TYPE = "bureauType";
|
|
|
|
|
|
|
|
|
|
/** The field name of the <code>code</code> field. */
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
|
|
|
|
date="2010-04-06T22:31:00-0700")
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
|
|
|
|
|
public static final String CODE = "code";
|
|
|
|
|
|
|
|
|
|
/** The field name of the <code>className</code> field. */
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
|
|
|
|
date="2010-04-06T22:31:00-0700")
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
|
|
|
|
|
public static final String CLASS_NAME = "className";
|
|
|
|
|
|
|
|
|
|
/** The field name of the <code>clientOid</code> field. */
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
|
|
|
|
date="2010-04-06T22:31:00-0700")
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
|
|
|
|
|
public static final String CLIENT_OID = "clientOid";
|
|
|
|
|
// AUTO-GENERATED: FIELDS END
|
|
|
|
|
|
|
|
|
@@ -96,8 +91,7 @@ public class AgentObject extends DObject
|
|
|
|
|
* clients) will apply the value change when they received the
|
|
|
|
|
* attribute changed notification.
|
|
|
|
|
*/
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
|
|
|
|
date="2010-04-06T22:31:00-0700")
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
|
|
|
|
|
public void setBureauId (String value)
|
|
|
|
|
{
|
|
|
|
|
String ovalue = this.bureauId;
|
|
|
|
@@ -114,8 +108,7 @@ public class AgentObject extends DObject
|
|
|
|
|
* clients) will apply the value change when they received the
|
|
|
|
|
* attribute changed notification.
|
|
|
|
|
*/
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
|
|
|
|
date="2010-04-06T22:31:00-0700")
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
|
|
|
|
|
public void setBureauType (String value)
|
|
|
|
|
{
|
|
|
|
|
String ovalue = this.bureauType;
|
|
|
|
@@ -132,8 +125,7 @@ public class AgentObject extends DObject
|
|
|
|
|
* clients) will apply the value change when they received the
|
|
|
|
|
* attribute changed notification.
|
|
|
|
|
*/
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
|
|
|
|
date="2010-04-06T22:31:00-0700")
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
|
|
|
|
|
public void setCode (String value)
|
|
|
|
|
{
|
|
|
|
|
String ovalue = this.code;
|
|
|
|
@@ -150,8 +142,7 @@ public class AgentObject extends DObject
|
|
|
|
|
* clients) will apply the value change when they received the
|
|
|
|
|
* attribute changed notification.
|
|
|
|
|
*/
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
|
|
|
|
date="2010-04-06T22:31:00-0700")
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
|
|
|
|
|
public void setClassName (String value)
|
|
|
|
|
{
|
|
|
|
|
String ovalue = this.className;
|
|
|
|
@@ -168,8 +159,7 @@ public class AgentObject extends DObject
|
|
|
|
|
* clients) will apply the value change when they received the
|
|
|
|
|
* attribute changed notification.
|
|
|
|
|
*/
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
|
|
|
|
date="2010-04-06T22:31:00-0700")
|
|
|
|
|
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
|
|
|
|
|
public void setClientOid (int value)
|
|
|
|
|
{
|
|
|
|
|
int ovalue = this.clientOid;
|
|
|
|
|