Class Target


  • public class Target
    extends Object
    Author:
    mahesh
    • Constructor Detail

    • Method Detail

      • getId

        public String getId()
        Returns:
        the id
      • setId

        public void setId​(String id)
        Parameters:
        id - the id to set
      • getType

        public String getType()
        Returns:
        the type
      • setType

        public void setType​(String type)
        Parameters:
        type - the type to set
      • getVer

        public String getVer()
        Returns:
        the ver
      • setVer

        public void setVer​(String ver)
        Parameters:
        ver - the ver to set
      • getSubtype

        public String getSubtype()
        Returns:
        the subtype
      • setSubtype

        public void setSubtype​(String subtype)
        Parameters:
        subtype - the subtype to set
      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getCode

        public String getCode()
        Returns:
        the code
      • setCode

        public void setCode​(String code)
        Parameters:
        code - the code to set
      • getParent

        public Parent getParent()
        Returns:
        the parent
      • setParent

        public void setParent​(Parent parent)
        Parameters:
        parent - the parent to set