public class Publisher extends Object
| Constructor and Description |
|---|
Publisher(String value) |
Publisher(String value,
String lang) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getLang()
Retrieves the optional IETF language tag of the publisher.
|
String |
getValue()
Retrieves the name of the publisher.
|
int |
hashCode() |
void |
setLang(String lang)
Sets the optional IETF language tag of the publisher.
|
String |
toString() |
public Publisher(String value)
public String getValue()
public String getLang()
public void setLang(String lang)
lang - the optional IETF language tag of the publisherprotected boolean canEqual(Object other)
Copyright © 2017–2019. All rights reserved.