Class MonService


@Entity public class MonService extends PersistentObject
prosEO service defined by a caption and an ID
  • Constructor Details

    • MonService

      public MonService()
  • Method Details

    • getNameId

      public String getNameId()
      Returns:
      the nameId
    • setNameId

      public void setNameId(String nameId)
      Parameters:
      nameId - the nameId to set
    • getName

      public String getName()
      Returns:
      the name
    • setName

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