java.lang.Object
ch.cern.eam.wshub.core.services.userdefinedscreens.entities.EntityId
All Implemented Interfaces:
Serializable

public class EntityId extends Object implements Serializable
See Also:
  • Constructor Details

    • EntityId

      public EntityId(String entityType, String entityCode)
  • Method Details

    • getEntityType

      public String getEntityType()
    • setEntityType

      public void setEntityType(String entityType)
    • getEntityCode

      public String getEntityCode()
    • setEntityCode

      public void setEntityCode(String entityCode)
    • toString

      public String toString()
      Overrides:
      toString in class Object