org.tolven.app.entity
Class MSResource

java.lang.Object
  extended by org.tolven.app.entity.MSResource
All Implemented Interfaces:
java.io.Serializable

public class MSResource
extends java.lang.Object
implements java.io.Serializable

Represent resources accessed by an application. The primary key is qualified by account, typically a template account.

Author:
John Churin
See Also:
Serialized Form

Constructor Summary
MSResource()
           
 
Method Summary
 Account getAccount()
           
 long getId()
           
 java.lang.String getName()
           
 byte[] getValue()
           
 void setAccount(Account account)
           
 void setId(long id)
           
 void setName(java.lang.String name)
           
 void setValue(byte[] value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSResource

public MSResource()
Method Detail

getAccount

public Account getAccount()

setAccount

public void setAccount(Account account)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getValue

public byte[] getValue()

setValue

public void setValue(byte[] value)

getId

public long getId()

setId

public void setId(long id)