org.iternine.jeppetto.dao
Class Projection

java.lang.Object
  extended by org.iternine.jeppetto.dao.Projection

public class Projection
extends Object


Constructor Summary
Projection()
           
Projection(String field, Object details)
           
 
Method Summary
 Object getDetails()
           
 String getField()
           
 void setDetails(Object details)
           
 void setField(String field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Projection

public Projection()

Projection

public Projection(String field,
                  Object details)
Method Detail

getField

public String getField()

setField

public void setField(String field)

getDetails

public Object getDetails()

setDetails

public void setDetails(Object details)


Copyright © 2012. All Rights Reserved.