public class CharsetEncoderBean extends PersistenceBean<CharsetEncoder>
| Constructor and Description |
|---|
CharsetEncoderBean() |
| Modifier and Type | Method and Description |
|---|---|
protected CharsetEncoder |
createObject(IPersistenceSession session) |
protected void |
fromObject(CharsetEncoder obj,
IPersistenceSession session) |
float |
getAverageBytesPerChar() |
CharsetBean |
getCharset() |
String |
getClassName() |
float |
getMaxBytesPerChar() |
byte[] |
getReplacement() |
void |
setAverageBytesPerChar(float averageBytesPerChar) |
void |
setCharset(CharsetBean charset) |
void |
setClassName(String className) |
void |
setMaxBytesPerChar(float maxBytesPerChar) |
protected void |
setObject(CharsetEncoder obj,
IPersistenceSession session) |
void |
setReplacement(byte[] replacement) |
get, getRefId, set, setRefIdprotected CharsetEncoder createObject(IPersistenceSession session)
createObject in class PersistenceBean<CharsetEncoder>protected void setObject(CharsetEncoder obj, IPersistenceSession session)
setObject in class PersistenceBean<CharsetEncoder>protected void fromObject(CharsetEncoder obj, IPersistenceSession session)
fromObject in class PersistenceBean<CharsetEncoder>public String getClassName()
public void setClassName(String className)
public CharsetBean getCharset()
public void setCharset(CharsetBean charset)
public float getAverageBytesPerChar()
public void setAverageBytesPerChar(float averageBytesPerChar)
public float getMaxBytesPerChar()
public void setMaxBytesPerChar(float maxBytesPerChar)
public byte[] getReplacement()
public void setReplacement(byte[] replacement)
Copyright © 2019. All rights reserved.