org.opencrx.kernel.building1.cci2
Interface LinkableItemLink

All Known Subinterfaces:
LinkableItemLink, LinkableItemLinkFrom, LinkableItemLinkFrom, LinkableItemLinkTo, LinkableItemLinkTo
All Known Implementing Classes:
LinkableItemLinkFrom, LinkableItemLinkTo

public interface LinkableItemLink

Abstract class LinkableItemLink


Method Summary
 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.
 

Method Detail

getDescription

String getDescription()
Retrieves the possibly null value for the optional attribute description.

Returns:
The possibly null value for attribute description.

setDescription

void setDescription(String description)
Sets a new value for the attribute description.

Parameters:
description - The possibly null new value for attribute description.

getLinkType

short getLinkType()
Retrieves the value for the attribute linkType.

Returns:
The non-null value for attribute linkType.

setLinkType

void setLinkType(short linkType)
Sets a new value for the attribute linkType.

Parameters:
linkType - The non-null new value for attribute linkType.

getName

String getName()
Retrieves the value for the attribute name.

Returns:
The non-null value for attribute name.

setName

void setName(String name)
Sets a new value for the attribute name.

Parameters:
name - The non-null new value for attribute name.

getValidFrom

Date getValidFrom()
Retrieves the possibly null value for the optional attribute validFrom.

Returns:
The possibly null value for attribute validFrom.

setValidFrom

void setValidFrom(Date validFrom)
Sets a new value for the attribute validFrom.

Parameters:
validFrom - The possibly null new value for attribute validFrom.

getValidTo

Date getValidTo()
Retrieves the possibly null value for the optional attribute validTo.

Returns:
The possibly null value for attribute validTo.

setValidTo

void setValidTo(Date validTo)
Sets a new value for the attribute validTo.

Parameters:
validTo - The possibly null new value for attribute validTo.


This software is published under the BSD license. Copyright © 2003-2013, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.