java.lang.Object
org.openprovenance.prov.vanilla.LangString
- All Implemented Interfaces:
org.openprovenance.apache.commons.lang.builder.Equals,org.openprovenance.apache.commons.lang.builder.HashCode,org.openprovenance.apache.commons.lang.builder.ToString,LangString
public class LangString
extends Object
implements LangString, org.openprovenance.apache.commons.lang.builder.Equals, org.openprovenance.apache.commons.lang.builder.HashCode, org.openprovenance.apache.commons.lang.builder.ToString
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidgetLang()Gets the value of the lang property.getValue()Gets the value of the value property.inthashCode()voidhashCode(org.openprovenance.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) voidSets the value of the lang property.voidSets the value of the value property.toString()voidtoString(org.openprovenance.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
-
Constructor Details
-
LangString
-
LangString
-
-
Method Details
-
getValue
Description copied from interface:LangStringGets the value of the value property.- Specified by:
getValuein interfaceLangString- Returns:
- possible object is
String
-
setValue
Description copied from interface:LangStringSets the value of the value property.- Specified by:
setValuein interfaceLangString- Parameters:
value- allowed object isString
-
getLang
Description copied from interface:LangStringGets the value of the lang property.- Specified by:
getLangin interfaceLangString- Returns:
- possible object is
String
-
setLang
Description copied from interface:LangStringSets the value of the lang property.- Specified by:
setLangin interfaceLangString- Parameters:
value- allowed object isString
-
equals
public void equals(Object object, org.openprovenance.apache.commons.lang.builder.EqualsBuilder equalsBuilder) - Specified by:
equalsin interfaceorg.openprovenance.apache.commons.lang.builder.Equals
-
equals
-
hashCode
public void hashCode(org.openprovenance.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) - Specified by:
hashCodein interfaceorg.openprovenance.apache.commons.lang.builder.HashCode
-
hashCode
-
toString
public void toString(org.openprovenance.apache.commons.lang.builder.ToStringBuilder toStringBuilder) - Specified by:
toStringin interfaceorg.openprovenance.apache.commons.lang.builder.ToString
-
toString
-