public class FooterOption extends Object implements Serializable
FooterOption()
FooterOption(String left, String center, String right)
String
getCenter()
getLeft()
getRight()
void
setCenter(String center)
setLeft(String left)
setRight(String right)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FooterOption()
public FooterOption(String left, String center, String right)
public String getLeft()
public void setLeft(String left)
public String getCenter()
public void setCenter(String center)
public String getRight()
public void setRight(String right)
Copyright © 2024. All rights reserved.