com.ibm.commerce.contract.facade.server.commands

Interface ComposeContractFromAccessBeanCmd

  • All Superinterfaces:
    com.ibm.websphere.command.Command, java.io.Serializable
    All Known Implementing Classes:
    ComposeContractFromAccessBeanSummaryCmdImpl


    public interface ComposeContractFromAccessBeanCmd
    extends com.ibm.websphere.command.Command
    compose ContractType from ContractAccessBean
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      static java.lang.String defaultCommandClassName
      default implementation class name
      static java.lang.String NAME
      name of interface
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        name of interface
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        default implementation class name
    • Method Detail

      • setContractAccessBean

        void setContractAccessBean(ContractAccessBean contractAccessBean)
        set contract access bean
        Parameters:
        contractAccessBean -
      • getContract

        ContractType getContract()
        get Contract Type
        Returns:
        ContractType