@PublicApi public class ImportSourceOTAttr extends Object
Constructor and Description |
---|
ImportSourceOTAttr() |
ImportSourceOTAttr(ImportSourceOTAttr copyFrom) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Boolean |
getBase64() |
String |
getConcatenator() |
Date |
getCreated() |
List<DataLocator> |
getDataLocator() |
Character |
getDelimiter() |
String |
getDescription() |
Boolean |
getExternalIdPart() |
Integer |
getId() |
Integer |
getImportSourceOTId() |
Integer |
getObjectTypeAttributeId() |
String |
getReferencedObjectIQL() |
String |
getRegexp() |
Date |
getUpdated() |
int |
hashCode() |
boolean |
hasOverridenConcatenator()
If false the concatenator from
ImportSource should be used |
boolean |
hasOverridenDelimiter()
If false the delimiter from
ImportSource should be used |
boolean |
isConcatenatedLocator()
If multiple locators are specified the data will have to be concatenated in before inserted into Assets
|
boolean |
isObjectTypeAttributeConfigured()
The object type attribute configuration can be null in the case when the corresponding
ImportSourceOT has
had it's object type changed. |
void |
mergeWith(ImportSourceOTAttr other)
Merge this with the supplied other.
|
void |
setBase64(Boolean base64) |
void |
setConcatenator(String concatenator) |
void |
setCreated(Date created) |
void |
setDataLocator(List<DataLocator> dataLocator) |
void |
setDelimiter(Character delimiter) |
void |
setDescription(String description) |
void |
setExternalIdPart(Boolean externalIdPart) |
void |
setId(Integer id) |
void |
setImportSourceOTId(Integer importSourceOTId) |
void |
setObjectTypeAttributeId(Integer objectTypeAttributeId) |
void |
setReferencedObjectIQL(String referencedObjectIQL) |
void |
setRegexp(String regexp) |
void |
setUpdated(Date updated) |
String |
toString() |
public ImportSourceOTAttr()
public ImportSourceOTAttr(ImportSourceOTAttr copyFrom)
public boolean hasOverridenDelimiter()
ImportSource
should be usedpublic boolean hasOverridenConcatenator()
ImportSource
should be usedpublic boolean isConcatenatedLocator()
public boolean isObjectTypeAttributeConfigured()
ImportSourceOT
has
had it's object type changed. In other words the object type attribute that was configured for this is now
invalid. This method will return true if an object type attribute is configuredpublic void mergeWith(ImportSourceOTAttr other)
public Integer getId()
public void setId(Integer id)
public Integer getImportSourceOTId()
public void setImportSourceOTId(Integer importSourceOTId)
public Date getCreated()
public void setCreated(Date created)
public Date getUpdated()
public void setUpdated(Date updated)
public String getDescription()
public void setDescription(String description)
public Integer getObjectTypeAttributeId()
public void setObjectTypeAttributeId(Integer objectTypeAttributeId)
public List<DataLocator> getDataLocator()
public void setDataLocator(List<DataLocator> dataLocator)
public Boolean getBase64()
public void setBase64(Boolean base64)
public String getRegexp()
public void setRegexp(String regexp)
public Character getDelimiter()
public void setDelimiter(Character delimiter)
public String getConcatenator()
public void setConcatenator(String concatenator)
public Boolean getExternalIdPart()
public void setExternalIdPart(Boolean externalIdPart)
public String getReferencedObjectIQL()
public void setReferencedObjectIQL(String referencedObjectIQL)
Copyright © 2023 Atlassian. All rights reserved.