public class PublishDate extends Object implements Serializable, Cloneable
Constructor and Description |
---|
PublishDate() |
Modifier and Type | Method and Description |
---|---|
PublishDate |
clone()
Method clone.
|
boolean |
equals(Object other)
Method equals.
|
String |
getFormat()
Get date format to use.
|
String |
getPosition()
Get where to place the date published (left, right,
navigation-top, navigation-bottom, bottom).
|
String |
getTimezone()
Get the timezone to use.
|
int |
hashCode()
Method hashCode.
|
void |
setFormat(String format)
Set date format to use.
|
void |
setPosition(String position)
Set where to place the date published (left, right,
navigation-top, navigation-bottom, bottom).
|
void |
setTimezone(String timezone)
Set the timezone to use.
|
String |
toString()
Method toString.
|
public PublishDate clone()
public boolean equals(Object other)
public String getFormat()
public String getPosition()
public String getTimezone()
system
for the
default locale for this instance
of the Java Virtual Machine. Refer to
java.util.TimeZone
for details.public void setFormat(String format)
format
- a format object.public void setPosition(String position)
position
- a position object.public void setTimezone(String timezone)
system
for the
default locale for this instance
of the Java Virtual Machine. Refer to
java.util.TimeZone
for details.timezone
- a timezone object.Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.