org.qriterium.dogma.resourcebase.data
Class Resource

java.lang.Object
  extended by org.qriterium.dogma.resourcebase.data.Resource
All Implemented Interfaces:
java.io.Serializable, iResource

public class Resource
extends java.lang.Object
implements iResource, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Resource()
           
 
Method Summary
 void addConnection(boolean _tothis, iConnection _connection)
           
 void changeUris(int _amount)
           
 java.lang.String getCanoname()
           
 java.util.Hashtable getConnectioncounts()
           
 java.lang.String getType()
           
 void setAdded(java.util.Date _added)
           
 void setCreated(java.util.Date _created)
           
 void setName(java.lang.String _name)
           
 void setSource(java.lang.String _source)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resource

public Resource()
Method Detail

setName

public void setName(java.lang.String _name)
Specified by:
setName in interface iResource

setSource

public void setSource(java.lang.String _source)
Specified by:
setSource in interface iResource

setAdded

public void setAdded(java.util.Date _added)
Specified by:
setAdded in interface iResource

setCreated

public void setCreated(java.util.Date _created)
Specified by:
setCreated in interface iResource

changeUris

public void changeUris(int _amount)
Specified by:
changeUris in interface iResource

addConnection

public void addConnection(boolean _tothis,
                          iConnection _connection)
Specified by:
addConnection in interface iResource

getCanoname

public java.lang.String getCanoname()
Specified by:
getCanoname in interface iResource

getType

public java.lang.String getType()
Specified by:
getType in interface iResource

getConnectioncounts

public java.util.Hashtable getConnectioncounts()