org.opengts.dbtypes
Class DTProfileMask
java.lang.Object
org.opengts.dbtools.DBFieldType
org.opengts.dbtypes.DTProfileMask
public class DTProfileMask
- extends DBFieldType
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DTProfileMask
public DTProfileMask(byte[] profileMask)
DTProfileMask
public DTProfileMask(java.lang.String val)
DTProfileMask
public DTProfileMask(java.sql.ResultSet rs,
java.lang.String fldName)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getObject
public java.lang.Object getObject()
- Description copied from class:
DBFieldType
- Gets the current value
- Specified by:
getObject
in class DBFieldType
- Returns:
- The current value
toString
public java.lang.String toString()
- Description copied from class:
DBFieldType
- Gets the String representation of the current value
- Specified by:
toString
in class DBFieldType
- Returns:
- The String representation of the current value
setLimitTimeInterval
public void setLimitTimeInterval(int minutes)
getByteMask
public byte[] getByteMask()