public class Owner extends Object implements Serializable
构造器和说明 |
---|
Owner()
Constructs a new
Owner without specifying
an ID or display name. |
Owner(String id,
String displayName)
Constructs a new
Owner with the specified
ID and display name. |
public Owner()
Constructs a new Owner
without specifying
an ID or display name.
public String getId()
Gets the ID of the owner.
setId(String)
public void setId(String id)
Sets the ID of the owner.
id
- The ID of the owner.getId()
public String getDisplayName()
Gets the display name of the owner.
setDisplayName(String)
public void setDisplayName(String name)
Sets the display name of the owner.
name
- The display name of the owner.getDisplayName()
Copyright © 2016. All rights reserved.