Class TypeGroupAssignment
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.typegroup.TypeGroupAssignment
- All Implemented Interfaces:
IRegistrationDateHolder,IRegistratorHolder,Serializable
@JsonObject("as.dto.typegroup.TypeGroupAssignment")
public class TypeGroupAssignment
extends Object
implements Serializable, IRegistrationDateHolder, IRegistratorHolder
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetFetchOptions(TypeGroupAssignmentFetchOptions fetchOptions) voidsetManagedInternally(boolean managedInternally) voidsetRegistrationDate(Date registrationDate) voidsetRegistrator(Person registrator) voidsetSampleType(SampleType sampleType) voidsetTypeGroup(TypeGroup typeGroup) toString()
-
Constructor Details
-
TypeGroupAssignment
public TypeGroupAssignment()
-
-
Method Details
-
getSampleType
-
setSampleType
-
getTypeGroup
-
setTypeGroup
-
getRegistrator
- Specified by:
getRegistratorin interfaceIRegistratorHolder
-
setRegistrator
-
getRegistrationDate
- Specified by:
getRegistrationDatein interfaceIRegistrationDateHolder
-
setRegistrationDate
-
getFetchOptions
-
setFetchOptions
-
isManagedInternally
public boolean isManagedInternally() -
setManagedInternally
public void setManagedInternally(boolean managedInternally) -
toString
-