public class IncludeCollectionWrapper extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
DC_GROUP
The Constant DC_GROUP. 
 | 
static String | 
SYSTEM_DEF
The Constant SYSTEM_DEF. 
 | 
| Constructor and Description | 
|---|
IncludeCollectionWrapper()
Instantiates a new include collection Wrapper. 
 | 
IncludeCollectionWrapper(IncludeCollection ic)
Instantiates a new include collection Wrapper. 
 | 
IncludeCollectionWrapper(String type,
                        String value)
Instantiates a new include object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IncludeCollection | 
createIncludeCollection()
Creates the include collection. 
 | 
String | 
getType()
Gets the type. 
 | 
String | 
getValue()
Gets the value. 
 | 
void | 
setType(String type)
Sets the type. 
 | 
void | 
setValue(String value)
Sets the value. 
 | 
String | 
toString()  | 
public static final String SYSTEM_DEF
public static final String DC_GROUP
public IncludeCollectionWrapper()
public IncludeCollectionWrapper(IncludeCollection ic)
ic - the source include collectionpublic String getType()
public void setType(String type)
type - the new typepublic String getValue()
public void setValue(String value)
value - the new valuepublic IncludeCollection createIncludeCollection()
Copyright © 2020. All rights reserved.