Jadex 0.96

jadex.examples.cleanerworld.multi
Class LocationObjectData

java.lang.Object
  extended by jadex.examples.cleanerworld.multi.LocationObjectData
All Implemented Interfaces:
Serializable, nuggets.INugget
Direct Known Subclasses:
LocationObject

public abstract class LocationObjectData
extends Object
implements nuggets.INugget, Serializable

Java class for concept LocationObject of cleaner_beans ontology.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface nuggets.INugget
nuggets.INugget.Helper
 
Constructor Summary
LocationObjectData()
          Default Constructor.
 
Method Summary
 void _persist(nuggets.ICruncher c)
          Persist this LocationObject using the nuggets utility.
 void _set(String a, Object v)
          Restore this LocationObject
 String getId()
          Get the id of this LocationObject.
 Location getLocation()
          Get the location of this LocationObject.
 void setId(String id)
          Set the id of this LocationObject.
 void setLocation(Location location)
          Set the location of this LocationObject.
 String toString()
          Get a string representation of this LocationObject.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationObjectData

public LocationObjectData()
Default Constructor.
Create a new LocationObject.

Method Detail

getId

public String getId()
Get the id of this LocationObject.

Returns:
id

setId

public void setId(String id)
Set the id of this LocationObject.

Parameters:
id - the value to be set

getLocation

public Location getLocation()
Get the location of this LocationObject. The location of the object.

Returns:
location

setLocation

public void setLocation(Location location)
Set the location of this LocationObject. The location of the object.

Parameters:
location - the value to be set

toString

public String toString()
Get a string representation of this LocationObject.

Overrides:
toString in class Object
Returns:
The string representation.

_persist

public void _persist(nuggets.ICruncher c)
Persist this LocationObject using the nuggets utility.

Specified by:
_persist in interface nuggets.INugget
Parameters:
c -

_set

public void _set(String a,
                 Object v)
Restore this LocationObject

Specified by:
_set in interface nuggets.INugget
Parameters:
a - the name of the attribute
v - the value of the attribute

Jadex 0.96

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.