public class Entity extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(Property property) |
String |
getCollectionName() |
String |
getElementName() |
String |
getIdElementName() |
List<String> |
getKeys() |
String |
getName() |
String |
getRemote() |
boolean |
isValid() |
static String |
pluralizeName(String name) |
void |
setPropertiesFound(boolean value) |
void |
setRemote(String remote) |
public Entity(String name) throws InvalidModelException
InvalidModelExceptionpublic String getName()
public String getElementName()
public String getCollectionName()
public String getIdElementName()
public void setPropertiesFound(boolean value)
public void addProperty(Property property)
public String getRemote()
public void setRemote(String remote) throws InvalidModelException
InvalidModelExceptionpublic boolean isValid()
throws InvalidModelException
InvalidModelExceptionCopyright © 2025 MuleSoft, Inc.. All rights reserved.