Class FunctionBo

java.lang.Object
org.kuali.rice.krms.impl.repository.FunctionBo
All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.active.MutableInactivatable, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.krms.api.repository.function.FunctionDefinitionContract

@Entity public class FunctionBo extends Object implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable, org.kuali.rice.krms.api.repository.function.FunctionDefinitionContract, org.kuali.rice.core.api.mo.common.Versioned, Serializable
See Also:
  • Field Details

    • versionNumber

      protected Long versionNumber
  • Constructor Details

    • FunctionBo

      public FunctionBo()
  • Method Details

    • to

      public static org.kuali.rice.krms.api.repository.function.FunctionDefinition to(FunctionBo bo)
      Converts a mutable bo to it's immutable counterpart
      Parameters:
      bo - the mutable business object
      Returns:
      the immutable object
    • from

      public static FunctionBo from(org.kuali.rice.krms.api.repository.function.FunctionDefinition im)
      Converts a immutable object to it's mutable bo counterpart
      Parameters:
      im - immutable object
      Returns:
      the mutable bo
    • getId

      public String getId()
      Specified by:
      getId in interface org.kuali.rice.core.api.mo.common.Identifiable
    • setId

      public void setId(String id)
    • getNamespace

      public String getNamespace()
      Specified by:
      getNamespace in interface org.kuali.rice.krms.api.repository.function.FunctionDefinitionContract
    • setNamespace

      public void setNamespace(String namespace)
    • getName

      public String getName()
      Specified by:
      getName in interface org.kuali.rice.krms.api.repository.function.FunctionDefinitionContract
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.kuali.rice.krms.api.repository.function.FunctionDefinitionContract
    • setDescription

      public void setDescription(String description)
    • getReturnType

      public String getReturnType()
      Specified by:
      getReturnType in interface org.kuali.rice.krms.api.repository.function.FunctionDefinitionContract
    • setReturnType

      public void setReturnType(String returnType)
    • getTypeId

      public String getTypeId()
      Specified by:
      getTypeId in interface org.kuali.rice.krms.api.repository.function.FunctionDefinitionContract
    • setTypeId

      public void setTypeId(String typeId)
    • getActive

      public boolean getActive()
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
    • setActive

      public void setActive(boolean active)
      Specified by:
      setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
    • getParameters

      public List<FunctionParameterBo> getParameters()
      Specified by:
      getParameters in interface org.kuali.rice.krms.api.repository.function.FunctionDefinitionContract
    • setParameters

      public void setParameters(List<FunctionParameterBo> parameters)
    • getCategories

      public List<CategoryBo> getCategories()
      Specified by:
      getCategories in interface org.kuali.rice.krms.api.repository.function.FunctionDefinitionContract
    • setCategories

      public void setCategories(List<CategoryBo> categories)
    • getVersionNumber

      public Long getVersionNumber()
      Specified by:
      getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versioned
    • setVersionNumber

      public void setVersionNumber(Long versionNumber)