Class NewPTNewAssigment
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.NewPTNewAssigment
-
- All Implemented Interfaces:
java.io.Serializable
public class NewPTNewAssigment extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NewPTNewAssigment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NewETPTAssignmentgetAssignment()PropertyTypegetPropertyType()booleanisExistingPropertyType()voidsetAssignment(NewETPTAssignment assignment)voidsetExistingPropertyType(boolean existingPropertyType)voidsetPropertyType(PropertyType propertyType)
-
-
-
Method Detail
-
isExistingPropertyType
public boolean isExistingPropertyType()
-
setExistingPropertyType
public void setExistingPropertyType(boolean existingPropertyType)
-
getPropertyType
public PropertyType getPropertyType()
-
setPropertyType
public void setPropertyType(PropertyType propertyType)
-
getAssignment
public NewETPTAssignment getAssignment()
-
setAssignment
public void setAssignment(NewETPTAssignment assignment)
-
-