Package com.microfocus.sam.model.params
Class ParamPerPerson
java.lang.Object
com.microfocus.sam.model.params.AbstractParamPerUnit<com.microfocus.sam.model.vo.misc.Person>
com.microfocus.sam.model.params.ParamPerPerson
- All Implemented Interfaces:
com.microfocus.sam.model.params.CalcUnitMessage
,com.microfocus.sam.model.params.ParamPerUnit<com.microfocus.sam.model.vo.misc.Person>
,java.io.Serializable
public class ParamPerPerson
extends com.microfocus.sam.model.params.AbstractParamPerUnit<com.microfocus.sam.model.vo.misc.Person>
Represents parameter of a person.
The method
AbstractParamPerUnit.getUnitCI()
returns the Person
object.
The method AbstractParamPerUnit.getSoftwareList()
returns the list of Software
owned by the person.- See Also:
- Serialized Form
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description ParamPerPerson()
-
Method Summary
Methods inherited from class com.microfocus.sam.model.params.AbstractParamPerUnit
addProperty, copy, equals, getAllProperties, getCiType, getHigherVersion, getProperty, getPurchase, getSoftwareList, getUnitCI, hashCode, hasProperty, keepSoftwareOfGivenVersions, setCiType, setHigherVersion, setProperties, setPurchase, setSoftwareList, setUnitCI
-
Constructor Details
-
ParamPerPerson
public ParamPerPerson()
-