interface: TitleIF
public abstract <<interface>> interface: TitleIF
Author:
: Thomas Diebäcker, created 20.06.2007
Project:
Phase: 1.0; Status: Proposed; Version: : $Revision: 1951 $ $LastChangedDate: 2009-05-07 1; Complexity: 1
Dates:
Created: 16.07.2009 15:13:37; Modified: 16.07.2009 15:13:37;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{07765E2D-C7CC-4c53-8F3A-722E60C7B776}
Interface for ValueObjects that implement a title and/or alternative titles.
Goto:
Methods
See also:
EventVO
,
SourceVO
,
MdsPublicationVO
Appears in:
interfaces
Connections
Realisation <<realize>> link from class
[metadata].EventVO
Realisation <<realize>> link from class
[metadata].SourceVO
Realisation <<realize>> link from class
[publication].MdsPublicationVO
TitleIF
Methods
Operation
Details
public
getAlternativeTitles
():List
Sequential
Notes:
Gets a list of alternative titles.
@return A list of alternative titles as TextVOs.
public
getTitle
():
TextVO
Sequential
Notes:
Gets the title.
@return The title as a TextVO.
public
setTitle
(
TextVO
title):void
Sequential
Notes:
Sets the title.
interface: TitleIF