Class ViewRiksdagenCommitteeDecisionsEmbeddedId
java.lang.Object
com.hack23.cia.model.internal.application.data.committee.impl.ViewRiksdagenCommitteeDecisionsEmbeddedId
- All Implemented Interfaces:
 com.hack23.cia.model.common.api.ModelObject,Serializable
@Embeddable
public class ViewRiksdagenCommitteeDecisionsEmbeddedId
extends Object
implements com.hack23.cia.model.common.api.ModelObject
Java class for ViewRiksdagenCommitteeDecisionsEmbeddedId complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ViewRiksdagenCommitteeDecisionsEmbeddedId">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="hangar_id" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="issue_nummer" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal booleanGets the value of the hangarId property.getId()Gets the value of the id property.Gets the value of the issueNummer property.final inthashCode()voidsetHangarId(BigDecimal value) Sets the value of the hangarId property.voidSets the value of the id property.voidsetIssueNummer(BigDecimal value) Sets the value of the issueNummer property.final StringtoString()withHangarId(BigDecimal value) withIssueNummer(BigDecimal value)  
- 
Field Details
- 
id
 - 
hangarId
 - 
issueNummer
 
 - 
 - 
Constructor Details
- 
ViewRiksdagenCommitteeDecisionsEmbeddedId
public ViewRiksdagenCommitteeDecisionsEmbeddedId() 
 - 
 - 
Method Details
- 
getId
Gets the value of the id property.- Returns:
 - possible object is
     
String 
 - 
setId
Sets the value of the id property.- Parameters:
 value- allowed object isString
 - 
getHangarId
Gets the value of the hangarId property.- Returns:
 - possible object is
     
BigDecimal 
 - 
setHangarId
Sets the value of the hangarId property.- Parameters:
 value- allowed object isBigDecimal
 - 
getIssueNummer
Gets the value of the issueNummer property.- Returns:
 - possible object is
     
BigDecimal 
 - 
setIssueNummer
Sets the value of the issueNummer property.- Parameters:
 value- allowed object isBigDecimal
 - 
withId
 - 
withHangarId
 - 
withIssueNummer
 - 
toString
 - 
equals
 - 
hashCode
public final int hashCode() 
 -