Package org.bedework.calfacade
Class BwRelatedTo
- All Implemented Interfaces:
Serializable,Comparable<BwRelatedTo>,org.bedework.util.logging.Logged
public class BwRelatedTo
extends DumpEntity<BwRelatedTo>
implements Comparable<BwRelatedTo>, Serializable
A related-to property.
.
- Version:
- 1.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bedework.calfacade.base.DumpEntity
DumpEntity.DumpType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intcompareTo(BwRelatedTo that) booleanGet the relTypegetValue()Get the valueinthashCode()voidsetRelType(String val) Set the relTypevoidSet the valuestrVal()toString()Methods inherited from class org.bedework.calfacade.base.DumpEntity
dump, dump, getLogger, hasDumpValueMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, trace, warn
-
Constructor Details
-
BwRelatedTo
public BwRelatedTo()Constructor -
BwRelatedTo
Constructor- Parameters:
relType- typevalue- taget
-
-
Method Details
-
setRelType
Set the relType- Parameters:
val- String relType
-
getRelType
Get the relType- Returns:
- String relType
-
setValue
Set the value- Parameters:
val- String value
-
getValue
Get the value- Returns:
- String value
-
strVal
- Returns:
- String rfc value
-
compareTo
- Specified by:
compareToin interfaceComparable<BwRelatedTo>
-
hashCode
public int hashCode() -
equals
-
toString
-
clone
-