Class ControlConstructInstruction
- java.lang.Object
-
- no.nsd.qddt.domain.controlconstruct.pojo.ControlConstructInstruction
-
- All Implemented Interfaces:
java.io.Serializable
@Embeddable public class ControlConstructInstruction extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ControlConstructInstruction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Instruction
getInstruction()
ControlConstructInstructionRank
getInstructionRank()
int
hashCode()
void
setInstruction(Instruction instruction)
void
setInstructionRank(ControlConstructInstructionRank instructionRank)
java.lang.String
toString()
-
-
-
Method Detail
-
getInstruction
public Instruction getInstruction()
-
setInstruction
public void setInstruction(Instruction instruction)
-
getInstructionRank
public ControlConstructInstructionRank getInstructionRank()
-
setInstructionRank
public void setInstructionRank(ControlConstructInstructionRank instructionRank)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-