public class RequisitionDef extends Object implements Serializable
Constructor and Description |
---|
RequisitionDef() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getCronSchedule()
Returns the value of field 'cronSchedule'.
|
String |
getImportName()
Returns the value of field 'importName'.
|
String |
getImportUrlResource()
Returns the value of field 'importUrlResource'.
|
String |
getRescanExisting()
Returns the value of field 'rescanExisting'.
|
int |
hashCode()
Method hashCode.
|
void |
setCronSchedule(String cronSchedule)
Sets the value of field 'cronSchedule'.
|
void |
setImportName(String importName)
Sets the value of field 'importName'.
|
void |
setImportUrlResource(String importUrlResource)
Sets the value of field 'importUrlResource'.
|
void |
setRescanExisting(String rescanExisting)
Sets the value of field 'rescanExisting'.
|
public boolean equals(Object obj)
public String getCronSchedule()
public String getImportName()
public String getImportUrlResource()
public String getRescanExisting()
public int hashCode()
public void setCronSchedule(String cronSchedule)
cronSchedule
- the value of field 'cronSchedule'.public void setImportName(String importName)
importName
- the value of field 'importName'.public void setImportUrlResource(String importUrlResource)
importUrlResource
- the value of field 'importUrlResource'.public void setRescanExisting(String rescanExisting)
rescanExisting
- the value of field 'rescanExisting'.Copyright © 2017. All rights reserved.