Class Clone

    • Constructor Detail

      • Clone

        public Clone()
    • Method Detail

      • addImplantsItem

        public Clone addImplantsItem​(Integer implantsItem)
      • getImplants

        public List<Integer> getImplants()
        implants array
        Returns:
        implants
      • setImplants

        public void setImplants​(List<Integer> implants)
      • jumpCloneId

        public Clone jumpCloneId​(Integer jumpCloneId)
      • getJumpCloneId

        public Integer getJumpCloneId()
        jump_clone_id integer
        Returns:
        jumpCloneId
      • setJumpCloneId

        public void setJumpCloneId​(Integer jumpCloneId)
      • locationId

        public Clone locationId​(Long locationId)
      • getLocationId

        public Long getLocationId()
        location_id integer
        Returns:
        locationId
      • setLocationId

        public void setLocationId​(Long locationId)
      • locationTypeString

        public Clone locationTypeString​(String locationType)
      • getLocationType

        public Clone.LocationTypeEnum getLocationType()
        location_type string
        Returns:
        locationType
      • getLocationTypeString

        public String getLocationTypeString()
      • setLocationTypeString

        public void setLocationTypeString​(String locationType)
      • setName

        public void setName​(String name)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object