org.opengts.dbtypes
Class DTProfileMask

java.lang.Object
  extended by org.opengts.dbtools.DBFieldType
      extended by org.opengts.dbtypes.DTProfileMask

public class DTProfileMask
extends DBFieldType


Constructor Summary
DTProfileMask(byte[] profileMask)
           
DTProfileMask(java.sql.ResultSet rs, java.lang.String fldName)
           
DTProfileMask(java.lang.String val)
           
 
Method Summary
 byte[] getByteMask()
           
 java.lang.Object getObject()
          Gets the current value
 void setLimitTimeInterval(int minutes)
           
 java.lang.String toString()
          Gets the String representation of the current value
 
Methods inherited from class org.opengts.dbtools.DBFieldType
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

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()