@Entity
public class XftFieldExclusion
extends org.nrg.framework.orm.hibernate.AbstractHibernateEntity
Constructor and Description |
---|
XftFieldExclusion() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getPattern() |
XftFieldExclusionScope |
getScope() |
String |
getTargetId() |
boolean |
matches(String candidate) |
void |
setPattern(String pattern) |
void |
setScope(XftFieldExclusionScope scope) |
void |
setTargetId(String targetId) |
String |
toString() |
public void setScope(XftFieldExclusionScope scope)
public XftFieldExclusionScope getScope()
public void setTargetId(String targetId)
public String getTargetId()
public void setPattern(String pattern)
public String getPattern()
public boolean matches(String candidate)
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.