|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.internal.application.view.impl.View
@Entity(name="View") public class View
Java class for View complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="View"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="perspective" type="{http://view.application.internal.model.cia.hack23.com/impl}ViewPerspective" minOccurs="0"/> <element name="targetProfile" type="{http://view.application.internal.model.cia.hack23.com/impl}TargetProfileContent" minOccurs="0"/> <element name="performanceIndicators" type="{http://view.application.internal.model.cia.hack23.com/impl}PerformanceIndicatorContent" minOccurs="0"/> <element name="operationalInformation" type="{http://view.application.internal.model.cia.hack23.com/impl}OperationalInformationContent" minOccurs="0"/> <element name="qualityAssurance" type="{http://view.application.internal.model.cia.hack23.com/impl}QualityAssuranceContent" minOccurs="0"/> <element name="dataSourceInformation" type="{http://view.application.internal.model.cia.hack23.com/impl}DataSourceContent" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected DataSourceContent |
dataSourceInformation
|
protected Long |
hjid
|
protected OperationalInformationContent |
operationalInformation
|
protected PerformanceIndicatorContent |
performanceIndicators
|
protected ViewPerspective |
perspective
|
protected QualityAssuranceContent |
qualityAssurance
|
protected TargetProfileContent |
targetProfile
|
Constructor Summary | |
---|---|
View()
|
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)
|
DataSourceContent |
getDataSourceInformation()
Gets the value of the dataSourceInformation property. |
Long |
getHjid()
Gets the value of the hjid property. |
OperationalInformationContent |
getOperationalInformation()
Gets the value of the operationalInformation property. |
PerformanceIndicatorContent |
getPerformanceIndicators()
Gets the value of the performanceIndicators property. |
ViewPerspective |
getPerspective()
Gets the value of the perspective property. |
QualityAssuranceContent |
getQualityAssurance()
Gets the value of the qualityAssurance property. |
TargetProfileContent |
getTargetProfile()
Gets the value of the targetProfile property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setDataSourceInformation(DataSourceContent value)
Sets the value of the dataSourceInformation property. |
void |
setHjid(Long value)
Sets the value of the hjid property. |
void |
setOperationalInformation(OperationalInformationContent value)
Sets the value of the operationalInformation property. |
void |
setPerformanceIndicators(PerformanceIndicatorContent value)
Sets the value of the performanceIndicators property. |
void |
setPerspective(ViewPerspective value)
Sets the value of the perspective property. |
void |
setQualityAssurance(QualityAssuranceContent value)
Sets the value of the qualityAssurance property. |
void |
setTargetProfile(TargetProfileContent value)
Sets the value of the targetProfile property. |
View |
withDataSourceInformation(DataSourceContent value)
|
View |
withOperationalInformation(OperationalInformationContent value)
|
View |
withPerformanceIndicators(PerformanceIndicatorContent value)
|
View |
withPerspective(ViewPerspective value)
|
View |
withQualityAssurance(QualityAssuranceContent value)
|
View |
withTargetProfile(TargetProfileContent value)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ViewPerspective perspective
protected TargetProfileContent targetProfile
protected PerformanceIndicatorContent performanceIndicators
protected OperationalInformationContent operationalInformation
protected QualityAssuranceContent qualityAssurance
protected DataSourceContent dataSourceInformation
protected Long hjid
Constructor Detail |
---|
public View()
Method Detail |
---|
public ViewPerspective getPerspective()
ViewPerspective
public void setPerspective(ViewPerspective value)
value
- allowed object is
ViewPerspective
public TargetProfileContent getTargetProfile()
TargetProfileContent
public void setTargetProfile(TargetProfileContent value)
value
- allowed object is
TargetProfileContent
public PerformanceIndicatorContent getPerformanceIndicators()
PerformanceIndicatorContent
public void setPerformanceIndicators(PerformanceIndicatorContent value)
value
- allowed object is
PerformanceIndicatorContent
public OperationalInformationContent getOperationalInformation()
OperationalInformationContent
public void setOperationalInformation(OperationalInformationContent value)
value
- allowed object is
OperationalInformationContent
public QualityAssuranceContent getQualityAssurance()
QualityAssuranceContent
public void setQualityAssurance(QualityAssuranceContent value)
value
- allowed object is
QualityAssuranceContent
public DataSourceContent getDataSourceInformation()
DataSourceContent
public void setDataSourceInformation(DataSourceContent value)
value
- allowed object is
DataSourceContent
public View withPerspective(ViewPerspective value)
public View withTargetProfile(TargetProfileContent value)
public View withPerformanceIndicators(PerformanceIndicatorContent value)
public View withOperationalInformation(OperationalInformationContent value)
public View withQualityAssurance(QualityAssuranceContent value)
public View withDataSourceInformation(DataSourceContent value)
public Long getHjid()
Long
public void setHjid(Long value)
value
- allowed object is
Long
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.Equals
public 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.HashCode
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |