com.ibm.manplato.Protocol.Util
Class DLPAppPreference
java.lang.Object
|
+--com.ibm.manplato.Protocol.Util.DLPAppPreference
- Direct Known Subclasses:
- MailSignaturePreference, MailSyncPreference
- public class DLPAppPreference
- extends java.lang.Object
- Version:
- $Rev$-$Date: 2001/05/14 10:47:27 $$State: Exp $
- Author:
- File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: fpal $
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
preference
protected byte[] preference
READ_ACTUAL_SIZE
public static final char READ_ACTUAL_SIZE
REQUEST_BACKUP_PREF
public static final byte REQUEST_BACKUP_PREF
DLPAppPreference
public DLPAppPreference()
DLPAppPreference
public DLPAppPreference(byte[] data)
throws DLPFunctionCallException
- Parameters:
data
- byte[]
getActualSize
public char getActualSize()
- Returns:
- char
getPreference
public byte[] getPreference()
- Returns:
- byte[]
getVersion
public char getVersion()
- Returns:
- char
setActualSize
public void setActualSize(char newValue)
- Parameters:
newValue
- char
setPreference
public void setPreference(byte[] newValue)
- Parameters:
newValue
- byte[]
setVersion
public void setVersion(char newValue)
- Parameters:
newValue
- char