Uses of Class
fi.tut.mei.matchmaking.model.xml.msg.PRDRefCT
-
Packages that use PRDRefCT Package Description fi.tut.mei.matchmaking.mapper fi.tut.mei.matchmaking.model.xml.msg -
-
Uses of PRDRefCT in fi.tut.mei.matchmaking.mapper
Methods in fi.tut.mei.matchmaking.mapper that return PRDRefCT Modifier and Type Method Description static PRDRefCT
DataMapper. pdDaoToDtoMapper(ProductDescription pdDao)
-
Uses of PRDRefCT in fi.tut.mei.matchmaking.model.xml.msg
Fields in fi.tut.mei.matchmaking.model.xml.msg with type parameters of type PRDRefCT Modifier and Type Field Description protected List<PRDRefCT>
MatchmakingReq. prdRef
protected List<PRDRefCT>
PRDData. prdRefs
Methods in fi.tut.mei.matchmaking.model.xml.msg that return PRDRefCT Modifier and Type Method Description PRDRefCT
ObjectFactory. createPRDRefCT()
Create an instance ofPRDRefCT
Methods in fi.tut.mei.matchmaking.model.xml.msg that return types with arguments of type PRDRefCT Modifier and Type Method Description List<PRDRefCT>
MatchmakingReq. getPRDRef()
Gets the value of the prdRef property.List<PRDRefCT>
PRDData. getPRDRefs()
Gets the value of the prdRefs property.
-