public interface ContractLink
ContractLink| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieves the possibly null value for the optional attribute
description. |
short |
getLinkType()
Retrieves the value for the attribute
linkType. |
String |
getName()
Retrieves the value for the attribute
name. |
Date |
getValidFrom()
Retrieves the possibly null value for the optional attribute
validFrom. |
Date |
getValidTo()
Retrieves the possibly null value for the optional attribute
validTo. |
void |
setDescription(String description)
Sets a new value for the attribute
description. |
void |
setLinkType(short linkType)
Sets a new value for the attribute
linkType. |
void |
setName(String name)
Sets a new value for the attribute
name. |
void |
setValidFrom(Date validFrom)
Sets a new value for the attribute
validFrom. |
void |
setValidTo(Date validTo)
Sets a new value for the attribute
validTo. |
String getDescription()
description.description.void setDescription(String description)
description.description - The possibly null new value for attribute description.short getLinkType()
linkType.linkType.void setLinkType(short linkType)
linkType.linkType - The non-null new value for attribute linkType.String getName()
name.name.void setName(String name)
name.name - The non-null new value for attribute name.Date getValidFrom()
validFrom.validFrom.void setValidFrom(Date validFrom)
validFrom.validFrom - The possibly null new value for attribute validFrom.Date getValidTo()
validTo.validTo.void setValidTo(Date validTo)
validTo.validTo - The possibly null new value for attribute validTo.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.