Project

General

Profile

« Previous | Next » 

Revision 43939

implemented serializer

View differences:

ObjectRelation.java
250 250
				"Relation: \n\tId:%s \n\tSourcePid%s \n\tTargetPid:%s \n\tTargetPidType:%s \n\ttitle:%s \n\tCompletionStatus:%s \n\t Relation Semantic:%s \n\tProvenances:%s";
251 251
		return String.format(format, this.getIDRelation(), this.getSourcePid(), this.getTargetPID() == null ? "" : this.getTargetPID(),
252 252
				this.getTargetType(), this.getTargetTitle(), this.getCompletionStatus(), this.getRelationSemantics(),
253
				relationProvenance);
253
				this.getRelationProvenance());
254 254
	}
255 255

  
256 256
	/**

Also available in: Unified diff