Revision 31272 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultFeatureReference.java

View differences:

DefaultFeatureReference.java
32 32
	private WeakReference storeRef;
33 33
	private boolean isNewFeature;
34 34
	private String featureTypeId;
35

  
35
	 
36
	/**
37
     * Constructor used by the persistence manager. Don't use directly.
38
     * After to invoke this method, the persistence manager calls 
39
     * the the method {@link #loadFromState(PersistentState)} to set 
40
     * the values of the internal attributes that this class needs to work.
41
     */
42
	public DefaultFeatureReference() {
43
		super();		
44
	}
45
	
36 46
	public DefaultFeatureReference(DefaultFeature feature) {
37 47
		this(feature.getStore(), feature.getData());
38 48
	}

Also available in: Unified diff