Class IllegalUnitTypeAttachment


  • public class IllegalUnitTypeAttachment
    extends java.lang.Object
    Pojo for storing child / parent attachment with inconsistent unit-type reference.
    • Constructor Detail

      • IllegalUnitTypeAttachment

        public IllegalUnitTypeAttachment()
      • IllegalUnitTypeAttachment

        public IllegalUnitTypeAttachment​(java.lang.String childUnidId,
                                         UnitType childUnidType,
                                         java.lang.String parentUnidId,
                                         UnitType parentUnidType)
    • Method Detail

      • getChildUnidId

        public java.lang.String getChildUnidId()
      • setChildUnidId

        public void setChildUnidId​(java.lang.String childUnidId)
      • getChildUnidType

        public UnitType getChildUnidType()
      • setChildUnidType

        public void setChildUnidType​(UnitType childUnidType)
      • getParentUnidId

        public java.lang.String getParentUnidId()
      • setParentUnidId

        public void setParentUnidId​(java.lang.String parentUnidId)
      • getParentUnidType

        public UnitType getParentUnidType()
      • setParentUnidType

        public void setParentUnidType​(UnitType parentUnidType)