|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.qianalyze.api.module.Module
@Entity(name="Module") public class Module
Java class for Module complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Module">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="JNDI_NAME" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Indicators" type="{http://www.qianalyze.org/api/indicator}Indicator" maxOccurs="100"/>
</sequence>
<attribute name="Persist" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Long |
hjid
|
protected List<Indicator> |
indicators
|
protected String |
jndiname
|
protected String |
name
|
protected Boolean |
persist
|
| Constructor Summary | |
|---|---|
Module()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
Long |
getHjid()
Gets the value of the hjid property. |
List<Indicator> |
getIndicators()
Gets the value of the indicators property. |
String |
getJNDINAME()
Gets the value of the jndiname property. |
String |
getName()
Gets the value of the name property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
Boolean |
isPersist()
Gets the value of the persist property. |
void |
setHjid(Long value)
Sets the value of the hjid property. |
void |
setIndicators(List<Indicator> indicators)
|
void |
setJNDINAME(String value)
Sets the value of the jndiname property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPersist(Boolean value)
Sets the value of the persist property. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String jndiname
protected List<Indicator> indicators
protected Boolean persist
protected Long hjid
| Constructor Detail |
|---|
public Module()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getJNDINAME()
Stringpublic void setJNDINAME(String value)
value - allowed object is
Stringpublic List<Indicator> getIndicators()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the indicators property.
For example, to add a new item, do as follows:
getIndicators().add(newItem);
Objects of the following type(s) are allowed in the list
Indicator
public void setIndicators(List<Indicator> indicators)
public Boolean isPersist()
Booleanpublic void setPersist(Boolean value)
value - allowed object is
Boolean
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Objectpublic Long getHjid()
Longpublic void setHjid(Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||