|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.equanda.test.dm.server.VeryDocumentedBean
public class VeryDocumentedBean
VeryDocumented This table has descriptions for everything.It's meant to "test" the docs generation.
Field Summary |
---|
Constructor Summary | |
---|---|
VeryDocumentedBean()
|
Method Summary | |
---|---|
void |
addMulStr(String el)
a multiple field of type string |
void |
ejbActivate()
|
void |
ejbPassivate()
|
VeryDocumented |
getEquanda()
|
Uoid |
getEquandaLinkMulLnk()
a multiple link |
Uoid |
getEquandaLinkSingleLink()
a single link |
Timestamp |
getEquandaModificationDate()
|
String |
getEquandaName()
|
String |
getEquandaStatus()
|
String |
getEquandaType()
|
long |
getEquandaVersion()
|
Date |
getGroup1TestDate()
|
int |
getGroup1TestInt()
|
String |
getGroup1TestStr()
a field of type string. |
Date |
getGroup2TestDate()
a field of type date |
Uoid |
getId()
|
Date |
getIndependentField()
a field of type date. |
LinkableEJB |
getMulLnk()
a multiple link |
Collection<String> |
getMulStr()
a multiple field of type string |
LinkableEJB |
getSingleLink()
a single link |
int |
hashCode(String param0)
String hash |
int |
hashCode2(String param0,
String param1)
another String hash, with 2 params |
boolean |
hasMulStr(String el)
a multiple field of type string |
void |
init()
|
void |
init(String type)
|
void |
init(Uoid id)
|
void |
initEntity(EquandaEntity entity)
|
boolean |
isEquandaType(String type)
|
protected boolean |
objectEquals(Object obj1,
Object obj2)
utility routine to test equality of objects without relying on one of them being not null. |
void |
remove()
|
void |
removeEntityBean()
|
void |
removeMulStr(String el)
a multiple field of type string |
void |
setEquandaLinkMulLnk(Uoid mulLnk)
a multiple link |
void |
setEquandaLinkSingleLink(Uoid singleLink)
a single link |
void |
setEquandaStatus(String status)
|
void |
setGroup1TestDate(Date group1TestDate)
|
void |
setGroup1TestInt(int group1TestInt)
|
void |
setGroup1TestStr(String group1TestStr)
|
void |
setGroup2TestDate(Date group2TestDate)
|
void |
setIndependentField(Date independentField)
|
void |
setMulLnk(LinkableEJB mulLnk)
|
void |
setSingleLink(LinkableEJB singleLink)
|
void |
updateEquanda(VeryDocumented proxy)
Internal routine to update based on a proxy object, update indicates whether all fields need setting |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VeryDocumentedBean()
Method Detail |
---|
public void init(Uoid id) throws EquandaPersistenceException
init
in interface EquandaEJB<Uoid>
EquandaPersistenceException
public void initEntity(EquandaEntity entity) throws EquandaPersistenceException
initEntity
in interface EquandaEJB<Uoid>
EquandaPersistenceException
public void init(String type) throws EquandaPersistenceException
init
in interface VeryDocumentedBase
EquandaPersistenceException
public void init() throws EquandaPersistenceException
init
in interface VeryDocumentedBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public Uoid getId()
getId
in interface HasId<Uoid>
@PermitAll public Timestamp getEquandaModificationDate()
getEquandaModificationDate
in interface EquandaEJB<Uoid>
@PermitAll public long getEquandaVersion()
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public String getEquandaStatus()
getEquandaStatus
in interface EquandaEJB<Uoid>
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public void setEquandaStatus(String status)
setEquandaStatus
in interface EquandaEJB<Uoid>
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public String getEquandaType()
getEquandaType
in interface EquandaEJB<Uoid>
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public boolean isEquandaType(String type)
isEquandaType
in interface EquandaEJB<Uoid>
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public String getEquandaName()
getEquandaName
in interface EquandaEJB<Uoid>
@PermitAll public VeryDocumented getEquanda()
getEquanda
in interface VeryDocumentedBase
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public void updateEquanda(VeryDocumented proxy) throws EquandaPersistenceException
updateEquanda
in interface VeryDocumentedBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public int getGroup1TestInt()
getGroup1TestInt
in interface VeryDocumentedBase
public void setGroup1TestInt(int group1TestInt) throws EquandaPersistenceException
setGroup1TestInt
in interface VeryDocumentedBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public String getGroup1TestStr()
getGroup1TestStr
in interface VeryDocumentedBase
public void setGroup1TestStr(String group1TestStr) throws EquandaPersistenceException
setGroup1TestStr
in interface VeryDocumentedBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public Date getGroup1TestDate()
getGroup1TestDate
in interface VeryDocumentedBase
public void setGroup1TestDate(Date group1TestDate) throws EquandaPersistenceException
setGroup1TestDate
in interface VeryDocumentedBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public Date getGroup2TestDate()
getGroup2TestDate
in interface VeryDocumentedBase
public void setGroup2TestDate(Date group2TestDate) throws EquandaPersistenceException
setGroup2TestDate
in interface VeryDocumentedBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public Date getIndependentField()
getIndependentField
in interface VeryDocumentedBase
public void setIndependentField(Date independentField) throws EquandaPersistenceException
setIndependentField
in interface VeryDocumentedBase
EquandaPersistenceException
public Collection<String> getMulStr()
getMulStr
in interface VeryDocumentedBase
public void addMulStr(String el) throws EquandaPersistenceException
addMulStr
in interface VeryDocumentedBase
EquandaPersistenceException
public void removeMulStr(String el) throws EquandaPersistenceException
removeMulStr
in interface VeryDocumentedBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public boolean hasMulStr(String el)
hasMulStr
in interface VeryDocumentedBase
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public LinkableEJB getSingleLink()
getSingleLink
in interface VeryDocumentedBase
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public Uoid getEquandaLinkSingleLink()
getEquandaLinkSingleLink
in interface VeryDocumentedBase
public void setSingleLink(LinkableEJB singleLink) throws EquandaPersistenceException
setSingleLink
in interface VeryDocumentedBase
EquandaPersistenceException
public void setEquandaLinkSingleLink(Uoid singleLink) throws EquandaPersistenceException
setEquandaLinkSingleLink
in interface VeryDocumentedBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public LinkableEJB getMulLnk()
getMulLnk
in interface VeryDocumentedBase
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public Uoid getEquandaLinkMulLnk()
getEquandaLinkMulLnk
in interface VeryDocumentedBase
public void setMulLnk(LinkableEJB mulLnk) throws EquandaPersistenceException
setMulLnk
in interface VeryDocumentedBase
EquandaPersistenceException
public void setEquandaLinkMulLnk(Uoid mulLnk) throws EquandaPersistenceException
setEquandaLinkMulLnk
in interface VeryDocumentedBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public int hashCode(String param0) throws EquandaPersistenceException
hashCode
in interface VeryDocumentedBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public int hashCode2(String param0, String param1) throws EquandaPersistenceException
hashCode2
in interface VeryDocumentedBase
EquandaPersistenceException
public void ejbActivate()
public void ejbPassivate()
@PermitAll public void remove()
remove
in interface EquandaEJB<Uoid>
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public void removeEntityBean() throws EquandaPersistenceException
removeEntityBean
in interface VeryDocumentedBase
EquandaPersistenceException
protected boolean objectEquals(Object obj1, Object obj2)
obj1
- one of the objects to compareobj2
- other object to compare
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |