Package org.openiam.esb.am.model
Class URIPatternJSONWrapper
- java.lang.Object
-
- org.openiam.esb.am.model.URIPatternJSONWrapper
-
public class URIPatternJSONWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description URIPatternJSONWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
List<URIPatternEntityWrapper>
getPatterns()
int
hashCode()
void
setPatterns(List<URIPatternEntityWrapper> patterns)
String
toString()
-
-
-
Method Detail
-
getPatterns
public List<URIPatternEntityWrapper> getPatterns()
-
setPatterns
public void setPatterns(List<URIPatternEntityWrapper> patterns)
-
-