@Generated, going stag (without a date).

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6052 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2010-04-07 16:12:43 +00:00
parent 4496ec9ae4
commit 528a9d1f66
35 changed files with 94 additions and 188 deletions
@@ -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;
@@ -35,8 +35,7 @@ import com.threerings.presents.data.InvocationMarshaller;
* to the requesting client.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from BureauService.java.")
public class BureauMarshaller extends InvocationMarshaller
implements BureauService
{
@@ -32,8 +32,7 @@ import com.threerings.presents.server.InvocationException;
* Dispatches requests to the {@link BureauProvider}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from BureauService.java.")
public class BureauDispatcher extends InvocationDispatcher<BureauMarshaller>
{
/**
@@ -31,8 +31,7 @@ import com.threerings.presents.server.InvocationProvider;
* Defines the server-side of the {@link BureauService}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from BureauService.java.")
public interface BureauProvider extends InvocationProvider
{
/**