Uses of Class
lumis.service.socialnetworkservices.microblog.entity.HashPK
-
Packages that use HashPK Package Description lumis.service.socialnetworkservices.microblog.entity -
-
Uses of HashPK in lumis.service.socialnetworkservices.microblog.entity
Fields in lumis.service.socialnetworkservices.microblog.entity declared as HashPK Modifier and Type Field Description protected HashPK
Hash. id
Methods in lumis.service.socialnetworkservices.microblog.entity that return HashPK Modifier and Type Method Description HashPK
Hash. getId()
Returns the object-Id (composite keyHashPK
)Methods in lumis.service.socialnetworkservices.microblog.entity with parameters of type HashPK Modifier and Type Method Description void
Hash. setId(HashPK id)
Sets the object-Id (composite keyHashPK
)Constructors in lumis.service.socialnetworkservices.microblog.entity with parameters of type HashPK Constructor Description Hash(HashPK hashPK)
-