クラス EntityResource
java.lang.Object
org.thinkit.generator.entity.engine.dto.EntityResource
- すべての実装されたインタフェース:
Serializable
public final class EntityResource extends Object implements Serializable
エンティティのフィールドデータを管理するデータクラスです。
- 導入されたバージョン:
- 1.0.0
- 関連項目:
- 直列化された形式
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static class
EntityResource.EntityResourceBuilder
-
メソッドの概要
修飾子とタイプ メソッド 説明 static EntityResource.EntityResourceBuilder
builder()
boolean
equals(Object o)
@NonNull String
getExtension()
拡張子@NonNull String
getPackageName()
パッケージ名@NonNull String
getResource()
リソース@NonNull String
getResourceName()
リソース名int
hashCode()
EntityResource.EntityResourceBuilder
toBuilder()
String
toString()