com.hack23.cia.model.internal.application.view.impl
Class View

Package class diagram package View
java.lang.Object
  extended by com.hack23.cia.model.internal.application.view.impl.View
All Implemented Interfaces:
ModelObject, Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

@Entity(name="View")
public class View
extends Object
implements Serializable, ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

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

perspective

protected ViewPerspective perspective

targetProfile

protected TargetProfileContent targetProfile

performanceIndicators

protected PerformanceIndicatorContent performanceIndicators

operationalInformation

protected OperationalInformationContent operationalInformation

qualityAssurance

protected QualityAssuranceContent qualityAssurance

dataSourceInformation

protected DataSourceContent dataSourceInformation

hjid

protected Long hjid
Constructor Detail

View

public View()
Method Detail

getPerspective

public ViewPerspective getPerspective()
Gets the value of the perspective property.

Returns:
possible object is ViewPerspective

setPerspective

public void setPerspective(ViewPerspective value)
Sets the value of the perspective property.

Parameters:
value - allowed object is ViewPerspective

getTargetProfile

public TargetProfileContent getTargetProfile()
Gets the value of the targetProfile property.

Returns:
possible object is TargetProfileContent

setTargetProfile

public void setTargetProfile(TargetProfileContent value)
Sets the value of the targetProfile property.

Parameters:
value - allowed object is TargetProfileContent

getPerformanceIndicators

public PerformanceIndicatorContent getPerformanceIndicators()
Gets the value of the performanceIndicators property.

Returns:
possible object is PerformanceIndicatorContent

setPerformanceIndicators

public void setPerformanceIndicators(PerformanceIndicatorContent value)
Sets the value of the performanceIndicators property.

Parameters:
value - allowed object is PerformanceIndicatorContent

getOperationalInformation

public OperationalInformationContent getOperationalInformation()
Gets the value of the operationalInformation property.

Returns:
possible object is OperationalInformationContent

setOperationalInformation

public void setOperationalInformation(OperationalInformationContent value)
Sets the value of the operationalInformation property.

Parameters:
value - allowed object is OperationalInformationContent

getQualityAssurance

public QualityAssuranceContent getQualityAssurance()
Gets the value of the qualityAssurance property.

Returns:
possible object is QualityAssuranceContent

setQualityAssurance

public void setQualityAssurance(QualityAssuranceContent value)
Sets the value of the qualityAssurance property.

Parameters:
value - allowed object is QualityAssuranceContent

getDataSourceInformation

public DataSourceContent getDataSourceInformation()
Gets the value of the dataSourceInformation property.

Returns:
possible object is DataSourceContent

setDataSourceInformation

public void setDataSourceInformation(DataSourceContent value)
Sets the value of the dataSourceInformation property.

Parameters:
value - allowed object is DataSourceContent

withPerspective

public View withPerspective(ViewPerspective value)

withTargetProfile

public View withTargetProfile(TargetProfileContent value)

withPerformanceIndicators

public View withPerformanceIndicators(PerformanceIndicatorContent value)

withOperationalInformation

public View withOperationalInformation(OperationalInformationContent value)

withQualityAssurance

public View withQualityAssurance(QualityAssuranceContent value)

withDataSourceInformation

public View withDataSourceInformation(DataSourceContent value)

getHjid

public Long getHjid()
Gets the value of the hjid property.

Returns:
possible object is Long

setHjid

public void setHjid(Long value)
Sets the value of the hjid property.

Parameters:
value - allowed object is Long

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.