org.tolven.app.entity
Class MSResource
java.lang.Object
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSResource
public MSResource()
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)