parent
71082a7470
commit
30d7c3fc51
1 changed files with 0 additions and 10 deletions
|
|
@ -26,7 +26,6 @@ import java.util.HashSet;
|
|||
import java.util.Set;
|
||||
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
import org.apache.commons.lang.Validate;
|
||||
import org.hibernate.validator.NotEmpty;
|
||||
import org.hibernate.validator.NotNull;
|
||||
import org.navalplanner.business.common.IntegrationEntity;
|
||||
|
|
@ -87,15 +86,6 @@ public class Label extends IntegrationEntity {
|
|||
return Collections.unmodifiableSet(orderElements);
|
||||
}
|
||||
|
||||
public void addOrderElement(OrderElement orderElement) {
|
||||
Validate.notNull(orderElement);
|
||||
orderElements.add(orderElement);
|
||||
}
|
||||
|
||||
public void removeOrderElement(OrderElement orderElement) {
|
||||
orderElements.add(orderElement);
|
||||
}
|
||||
|
||||
public boolean isEqualTo(Label label) {
|
||||
if ((this.getName() != null) && (label.getName() != null)
|
||||
&& (this.getType() != null) && (label.getType() != null)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue