Class Customer

  • All Implemented Interfaces:
    com.aspectran.core.util.apon.Parameters

    public class Customer
    extends com.aspectran.core.util.apon.AbstractParameters
    Defines an APON object that contains the customer's information.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.aspectran.core.util.apon.ParameterDefinition age  
      static com.aspectran.core.util.apon.ParameterDefinition approved  
      static com.aspectran.core.util.apon.ParameterDefinition id  
      static com.aspectran.core.util.apon.ParameterDefinition name  
    • Constructor Summary

      Constructors 
      Constructor Description
      Customer()
      Instantiates a new customer.
    • Method Summary

      • Methods inherited from class com.aspectran.core.util.apon.AbstractParameters

        clearValue, clearValue, describe, describe, getBoolean, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanArray, getBooleanList, getBooleanList, getDouble, getDouble, getDouble, getDouble, getDoubleArray, getDoubleArray, getDoubleList, getDoubleList, getFloat, getFloat, getFloat, getFloat, getFloatArray, getFloatArray, getFloatList, getFloatList, getIdentifier, getInt, getInt, getInt, getInt, getIntArray, getIntArray, getIntList, getIntList, getLong, getLong, getLong, getLong, getLongArray, getLongArray, getLongList, getLongList, getParameter, getParameter, getParameterNames, getParameterNameSet, getParameters, getParameters, getParametersArray, getParametersArray, getParametersList, getParametersList, getParameterValueMap, getParent, getQualifiedName, getString, getString, getString, getString, getStringArray, getStringArray, getStringList, getStringList, getValue, getValue, hasParameter, hasParameter, hasValue, hasValue, isAddable, isAssigned, isAssigned, newParameters, newParameters, newParameterValue, newParameterValue, putAll, putValue, putValue, putValueNonNull, putValueNonNull, readFrom, setIdentifier, setIndentString, toString, touchParameters, touchParameters, updateContainer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        public static final com.aspectran.core.util.apon.ParameterDefinition id
      • name

        public static final com.aspectran.core.util.apon.ParameterDefinition name
      • age

        public static final com.aspectran.core.util.apon.ParameterDefinition age
      • approved

        public static final com.aspectran.core.util.apon.ParameterDefinition approved
    • Constructor Detail

      • Customer

        public Customer()
        Instantiates a new customer.