de.nava.informa.impl.hibernate
Class TextInput
java.lang.Object
de.nava.informa.impl.hibernate.TextInput
- All Implemented Interfaces:
- TextInputIF, WithDescriptionMIF, WithIdMIF, WithLinkMIF, WithNameMIF, WithTitleMIF, Serializable
public class TextInput
- extends Object
- implements TextInputIF
Hibernate implementation of the TextInputIF interface.
- Author:
- Niko Schmuck (niko@nava.de)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextInput
public TextInput()
TextInput
public TextInput(String title,
String description,
String name,
URL link)
getId
public long getId()
- Specified by:
getId
in interface WithIdMIF
- Returns:
- identifier of the object.
setId
public void setId(long id)
- Specified by:
setId
in interface WithIdMIF
- Parameters:
id
- the identifier of the object to be set.
getTitle
public String getTitle()
- Specified by:
getTitle
in interface WithTitleMIF
- Returns:
- the title of the object
setTitle
public void setTitle(String title)
- Specified by:
setTitle
in interface WithTitleMIF
- Parameters:
title
- the title of the object to be set
getDescription
public String getDescription()
- Specified by:
getDescription
in interface WithDescriptionMIF
- Returns:
- description of the object
setDescription
public void setDescription(String description)
- Specified by:
setDescription
in interface WithDescriptionMIF
- Parameters:
description
- the description of the object to be set
getName
public String getName()
- Specified by:
getName
in interface WithNameMIF
- Returns:
- the name of the object
setName
public void setName(String name)
- Specified by:
setName
in interface WithNameMIF
- Parameters:
name
- the name of the object to be set
getLinkString
public String getLinkString()
setLinkString
public void setLinkString(String loc)
getLink
public URL getLink()
- Specified by:
getLink
in interface WithLinkMIF
- Returns:
- The URL where the request action should be sent to
setLink
public void setLink(URL link)
- Specified by:
setLink
in interface WithLinkMIF
- Parameters:
link
- the URL where the request action should be sent to
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.