local.tomas.mobile.sync.obj
Class SyncFieldDescription

java.lang.Object
  extended by local.tomas.mobile.sync.obj.SyncFieldDescription

public class SyncFieldDescription
extends java.lang.Object


Constructor Summary
SyncFieldDescription(java.lang.String name, java.lang.Class type, boolean readonly, boolean required)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Class getType()
           
 boolean isReadonly()
           
 boolean isRequired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncFieldDescription

public SyncFieldDescription(java.lang.String name,
                            java.lang.Class type,
                            boolean readonly,
                            boolean required)
Method Detail

getName

public java.lang.String getName()

isReadonly

public boolean isReadonly()

isRequired

public boolean isRequired()

getType

public java.lang.Class getType()


Copyright © 2007 null. All Rights Reserved.