Regenerated DObject definitions with new policy.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2514 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: BodyObject.java,v 1.5 2002/10/30 00:42:37 mdb Exp $
|
||||
// $Id: BodyObject.java,v 1.6 2003/04/30 22:45:57 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.data;
|
||||
|
||||
@@ -59,8 +59,8 @@ public class BodyObject extends ClientObject
|
||||
*/
|
||||
public void setUsername (String username)
|
||||
{
|
||||
this.username = username;
|
||||
requestAttributeChange(USERNAME, username);
|
||||
this.username = username;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -73,8 +73,8 @@ public class BodyObject extends ClientObject
|
||||
*/
|
||||
public void setLocation (int location)
|
||||
{
|
||||
this.location = location;
|
||||
requestAttributeChange(LOCATION, new Integer(location));
|
||||
this.location = location;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -87,7 +87,7 @@ public class BodyObject extends ClientObject
|
||||
*/
|
||||
public void setStatus (byte status)
|
||||
{
|
||||
this.status = status;
|
||||
requestAttributeChange(STATUS, new Byte(status));
|
||||
this.status = status;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: PlaceObject.java,v 1.10 2003/02/26 17:54:55 mdb Exp $
|
||||
// $Id: PlaceObject.java,v 1.11 2003/04/30 22:45:57 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.data;
|
||||
|
||||
@@ -124,8 +124,8 @@ public class PlaceObject extends DObject
|
||||
*/
|
||||
public void setOccupantInfo (DSet occupantInfo)
|
||||
{
|
||||
this.occupantInfo = occupantInfo;
|
||||
requestAttributeChange(OCCUPANT_INFO, occupantInfo);
|
||||
this.occupantInfo = occupantInfo;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -138,7 +138,7 @@ public class PlaceObject extends DObject
|
||||
*/
|
||||
public void setSpeakService (SpeakMarshaller speakService)
|
||||
{
|
||||
this.speakService = speakService;
|
||||
requestAttributeChange(SPEAK_SERVICE, speakService);
|
||||
this.speakService = speakService;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user