java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.location.QPlaceUser
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QPlaceUser extends QtObject implements Cloneable
Represents an individual user
Java wrapper for Qt class QPlaceUser
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QPlaceUser()
QPlaceUser(QPlaceUser other)
protected
QPlaceUser(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QPlaceUser
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
String
name()
void
setName(String name)
void
setUserId(String identifier)
String
userId()
-
Constructor Details
-
QPlaceUser
public QPlaceUser() -
QPlaceUser
-
QPlaceUser
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details