Class AdminObjectType


  • public class AdminObjectType
    extends Object
    An AdminObjectType.
    Version:
    $Revision: $
    Author:
    Jeff Zhang
    • Constructor Detail

      • AdminObjectType

        public AdminObjectType()
    • Method Detail

      • setAdminObjectInterface

        public void setAdminObjectInterface​(String adminObjectInterface)
        Set the adminObjectInterface.
        Parameters:
        adminObjectInterface - The adminObjectInterface to set.
      • getAdminObjectInterface

        public String getAdminObjectInterface()
        Get the adminObjectInterface.
        Returns:
        the adminObjectInterface.
      • setAdminObjectClass

        public void setAdminObjectClass​(String adminObjectClass)
        Set the adminObjectClass.
        Parameters:
        adminObjectClass - The adminObjectClass to set.
      • getAdminObjectClass

        public String getAdminObjectClass()
        Get the adminObjectClass.
        Returns:
        the adminObjectClass.
      • setAoConfigProps

        public void setAoConfigProps​(List<ConfigPropType> aoConfigProps)
        Set the aoConfigProps.
        Parameters:
        aoConfigProps - The aoConfigProps to set.
      • getAoConfigProps

        public List<ConfigPropType> getAoConfigProps()
        Get the aoConfigProps.
        Returns:
        the aoConfigProps.