
@Entity(name="ApplicationView") public class ApplicationView extends Object implements Serializable, com.hack23.cia.model.common.api.ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for ApplicationView complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ApplicationView">
   <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>
 | Modifier and Type | Field and Description | 
|---|---|
protected DataSourceContent | 
dataSourceInformation  | 
protected Long | 
hjid  | 
protected OperationalInformationContent | 
operationalInformation  | 
protected PerformanceIndicatorContent | 
performanceIndicators  | 
protected ViewPerspective | 
perspective  | 
protected QualityAssuranceContent | 
qualityAssurance  | 
protected TargetProfileContent | 
targetProfile  | 
| Constructor and Description | 
|---|
ApplicationView()  | 
| Modifier and Type | Method and Description | 
|---|---|
StringBuilder | 
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
      StringBuilder buffer,
      org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)  | 
StringBuilder | 
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
            StringBuilder buffer,
            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)  | 
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. 
 | 
String | 
toString()  | 
ApplicationView | 
withDataSourceInformation(DataSourceContent value)  | 
ApplicationView | 
withOperationalInformation(OperationalInformationContent value)  | 
ApplicationView | 
withPerformanceIndicators(PerformanceIndicatorContent value)  | 
ApplicationView | 
withPerspective(ViewPerspective value)  | 
ApplicationView | 
withQualityAssurance(QualityAssuranceContent value)  | 
ApplicationView | 
withTargetProfile(TargetProfileContent value)  | 
protected ViewPerspective perspective
protected TargetProfileContent targetProfile
protected PerformanceIndicatorContent performanceIndicators
protected OperationalInformationContent operationalInformation
protected QualityAssuranceContent qualityAssurance
protected DataSourceContent dataSourceInformation
protected Long hjid
public ViewPerspective getPerspective()
ViewPerspectivepublic void setPerspective(ViewPerspective value)
value - allowed object is
     ViewPerspectivepublic TargetProfileContent getTargetProfile()
TargetProfileContentpublic void setTargetProfile(TargetProfileContent value)
value - allowed object is
     TargetProfileContentpublic PerformanceIndicatorContent getPerformanceIndicators()
PerformanceIndicatorContentpublic void setPerformanceIndicators(PerformanceIndicatorContent value)
value - allowed object is
     PerformanceIndicatorContentpublic OperationalInformationContent getOperationalInformation()
OperationalInformationContentpublic void setOperationalInformation(OperationalInformationContent value)
value - allowed object is
     OperationalInformationContentpublic QualityAssuranceContent getQualityAssurance()
QualityAssuranceContentpublic void setQualityAssurance(QualityAssuranceContent value)
value - allowed object is
     QualityAssuranceContentpublic DataSourceContent getDataSourceInformation()
DataSourceContentpublic void setDataSourceInformation(DataSourceContent value)
value - allowed object is
     DataSourceContentpublic ApplicationView withPerspective(ViewPerspective value)
public ApplicationView withTargetProfile(TargetProfileContent value)
public ApplicationView withPerformanceIndicators(PerformanceIndicatorContent value)
public ApplicationView withOperationalInformation(OperationalInformationContent value)
public ApplicationView withQualityAssurance(QualityAssuranceContent value)
public ApplicationView withDataSourceInformation(DataSourceContent value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic void setHjid(Long value)
value - allowed object is
     Longpublic 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 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2010–2017 www.hack23.com. All rights reserved.