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

View differences:

DefaultFeatureReference.java
127 127

  
128 128
	}
129 129

  
130
	public void setState(PersistentState state) throws PersistenceException {
130
	public void loadFromState(PersistentState state) throws PersistenceException {
131 131
		this.oid = state.get("oid");
132 132
		this.isNewFeature = state.getBoolean("isNewFeature");
133 133
		if (state.get("pk.elements")!=null){

Also available in: Unified diff