
nl.vpro.domain.media.RelationTestHelper Maven / Gradle / Ivy
/*
* Copyright (C) 2011 Licensed under the Apache License, Version 2.0
* VPRO The Netherlands
*/
package nl.vpro.domain.media;
public class RelationTestHelper {
public static Relation getValidRelation() {
final Relation relation = new Relation(new RelationDefinition("AAAA", "a", "a"));
relation.setId(1L);
return relation;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy