Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.metacosm.framework.entity.memory
Class Reputation  view Reputation download Reputation.java

java.lang.Object
  extended byorg.metacosm.framework.entity.memory.Reputation
All Implemented Interfaces:
org.metacosm.framework.persistence.Persistent, java.io.Serializable

public class Reputation
extends java.lang.Object
implements org.metacosm.framework.persistence.Persistent

Reputation of an Entity


Constructor Summary
Reputation()
           
 
Method Summary
 void load(java.io.InputStream is)
          Loads from the stream.
 void save(java.io.OutputStream os)
          Saves on the stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reputation

public Reputation()
Method Detail

save

public void save(java.io.OutputStream os)
Description copied from interface: org.metacosm.framework.persistence.Persistent
Saves on the stream.

Specified by:
save in interface org.metacosm.framework.persistence.Persistent

load

public void load(java.io.InputStream is)
Description copied from interface: org.metacosm.framework.persistence.Persistent
Loads from the stream.

Specified by:
load in interface org.metacosm.framework.persistence.Persistent