Class TypeGroupAssignmentCreation

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.typegroup.create.TypeGroupAssignmentCreation
All Implemented Interfaces:
ICreation, IObjectCreation, Serializable

@JsonObject("as.dto.typegroup.create.TypeGroupAssignmentCreation") public class TypeGroupAssignmentCreation extends Object implements ICreation, IObjectCreation
See Also:
  • Constructor Details

    • TypeGroupAssignmentCreation

      public TypeGroupAssignmentCreation()
  • Method Details

    • getSampleTypeId

      public IEntityTypeId getSampleTypeId()
    • setSampleTypeId

      public void setSampleTypeId(IEntityTypeId sampleTypeId)
    • getTypeGroupId

      public ITypeGroupId getTypeGroupId()
    • setTypeGroupId

      public void setTypeGroupId(ITypeGroupId typeGroupId)
    • isManagedInternally

      public boolean isManagedInternally()
    • setManagedInternally

      public void setManagedInternally(boolean managedInternally)
    • toString

      public String toString()
      Overrides:
      toString in class Object