Package cz.vutbr.fit.layout.impl
Class AbstractPageSet
- java.lang.Object
-
- cz.vutbr.fit.layout.impl.AbstractPageSet
-
-
Constructor Summary
Constructors Constructor Description AbstractPageSet(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getDateCreated()
Obtains the creation date of the set.String
getDescription()
Obtains the set description.String
getName()
Obtains the name of the set.void
setDateCreated(Date dateCreated)
void
setDescription(String description)
void
setName(String name)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Constructor Detail
-
AbstractPageSet
public AbstractPageSet(String name)
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:PageSet
Obtains the name of the set.
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
Description copied from interface:PageSet
Obtains the set description.- Specified by:
getDescription
in interfacePageSet
- Returns:
- the description (possibly empty)
-
setDescription
public void setDescription(String description)
-
getDateCreated
public Date getDateCreated()
Description copied from interface:PageSet
Obtains the creation date of the set.- Specified by:
getDateCreated
in interfacePageSet
- Returns:
- the date
-
setDateCreated
public void setDateCreated(Date dateCreated)
-
-